#CC7F4C

Color #CC7F4C Raw Sienna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Sienna #CC7F4C

Tints of Raw Sienna #CC7F4C

Color information

#CC7F4C (or 0xCC7F4C) is unknown color: approx Raw Sienna. HEX triplet: CC, 7F and 4C. RGB value is (204,127,76). Sum of RGB (Red+Green+Blue) = 204+127+76=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7F4C is #3380B3. Grayscale: #909090. Windows color (decimal): -3375284 or 5013452. OLE color: 5013452.

HSL color Cylindrical-coordinate representation of color #CC7F4C: hue angle of 23.91º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC7F4C is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB20412776-
CMYK00.380.630.2
HSL23.91º55.65%54.9%-
HSV(B)23.91º62.75%80%-
XYZ33.828.5410.56-
YUV144.2189.51170.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 50.12%
GREEN value IS 127 (50% from 255) = 31.20%
BLUE value IS 76 (30.08% from 255) = 18.67%
R=50.12%
G=31.20%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041277600.380.630.223.9155.6554.9
HexCC7F4C0263F14183837
Octal3141771140467724307067
Binary110011001111111100110001001101111111010011000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7F4C; }

 p { color: rgb(204,127,76); }

 H1.HeaderClassName
 {
   color: #CC7F4C;
 }
 .AnyTagClassName
 {
   color: #CC7F4C;
 }
</style>
background-color css

<style>
 a { background-color: #CC7F4C; }

 a { background-color: rgb(204,127,76); }

 div.DivClassName
 {
   background-color: #CC7F4C;
 }
 .BgClassName
 {
   background-color: #CC7F4C;
 }
</style>
border-color css

<style>
 span { border-color: #CC7F4C; }

 span { border-color: rgb(204,127,76); }

 td.TdClassName
 {
   border-color: #CC7F4C;
 }
 .TagClassName
 {
   border-color: #CC7F4C;
 }
</style>