#CC824E

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

Shades of Raw Sienna #CC824E

Tints of Raw Sienna #CC824E

Color information

#CC824E (or 0xCC824E) is unknown color: approx Raw Sienna. HEX triplet: CC, 82 and 4E. RGB value is (204,130,78). Sum of RGB (Red+Green+Blue) = 204+130+78=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 78 (30.86% from 255 or 18.93% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC824E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC824E is #337DB1. Grayscale: #929292. Windows color (decimal): -3374514 or 5145292. OLE color: 5145292.

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

Color convert

RGB20413078-
CMYK00.360.620.2
HSL24.76º55.26%55.29%-
HSV(B)24.76º61.76%80%-
XYZ34.2629.3511.07-
YUV146.289.52169.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.51%
GREEN value IS 130 (51.17% from 255) = 31.55%
BLUE value IS 78 (30.86% from 255) = 18.93%
R=49.51%
G=31.55%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041307800.360.620.224.7655.2655.29
HexCC824E0243E14193737
Octal3142021160447624316767
Binary1100110010000010100111001001001111101010011001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC824E; }

 p { color: rgb(204,130,78); }

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

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

 a { background-color: rgb(204,130,78); }

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

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

 span { border-color: rgb(204,130,78); }

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