#CC836F

Color #CC836F Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #CC836F

Tints of Burning Sand #CC836F

Color information

#CC836F (or 0xCC836F) is unknown color: approx Burning Sand. HEX triplet: CC, 83 and 6F. RGB value is (204,131,111). Sum of RGB (Red+Green+Blue) = 204+131+111=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 111 (43.75% from 255 or 24.89% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC836F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC836F is #337C90. Grayscale: #969696. Windows color (decimal): -3374225 or 7308236. OLE color: 7308236.

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

Color convert

RGB204131111-
CMYK00.360.460.2
HSL12.9º47.69%61.76%-
HSV(B)12.9º45.59%80%-
XYZ35.8930.2218.98-
YUV150.55105.68166.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.74%
GREEN value IS 131 (51.56% from 255) = 29.37%
BLUE value IS 111 (43.75% from 255) = 24.89%
R=45.74%
G=29.37%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413111100.360.460.212.947.6961.76
HexCC836F0242E14d303e
Octal3142031570445624156076
Binary110011001000001111011110100100101110101001101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC836F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC836F; }

 p { color: rgb(204,131,111); }

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

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

 a { background-color: rgb(204,131,111); }

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

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

 span { border-color: rgb(204,131,111); }

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