#CC836A

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

Shades of Burning Sand #CC836A

Tints of Burning Sand #CC836A

Color information

#CC836A (or 0xCC836A) is unknown color: approx Burning Sand. HEX triplet: CC, 83 and 6A. RGB value is (204,131,106). Sum of RGB (Red+Green+Blue) = 204+131+106=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC836A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC836A is #337C95. Grayscale: #969696. Windows color (decimal): -3374230 or 6980556. OLE color: 6980556.

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

Color convert

RGB204131106-
CMYK00.360.480.2
HSL15.31º49%60.78%-
HSV(B)15.31º48.04%80%-
XYZ35.6230.1117.57-
YUV149.98103.18166.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.26%
GREEN value IS 131 (51.56% from 255) = 29.71%
BLUE value IS 106 (41.80% from 255) = 24.04%
R=46.26%
G=29.71%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413110600.360.480.215.314960.78
HexCC836A0243014f313d
Octal3142031520446024176175
Binary110011001000001111010100100100110000101001111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC836A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC836A; }

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

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

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

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

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

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

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

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