#CC856A

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

Shades of Burning Sand #CC856A

Tints of Burning Sand #CC856A

Color information

#CC856A (or 0xCC856A) is unknown color: approx Burning Sand. HEX triplet: CC, 85 and 6A. RGB value is (204,133,106). Sum of RGB (Red+Green+Blue) = 204+133+106=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC856A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC856A is #337A95. Grayscale: #979797. Windows color (decimal): -3373718 or 6981068. OLE color: 6981068.

HSL color Cylindrical-coordinate representation of color #CC856A: hue angle of 16.53º 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 #CC856A is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB204133106-
CMYK00.350.480.2
HSL16.53º49%60.78%-
HSV(B)16.53º48.04%80%-
XYZ35.8930.6517.66-
YUV151.15102.52165.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.05%
GREEN value IS 133 (52.34% from 255) = 30.02%
BLUE value IS 106 (41.80% from 255) = 23.93%
R=46.05%
G=30.02%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413310600.350.480.216.534960.78
HexCC856A023301411313d
Octal3142051520436024216175
Binary1100110010000101110101001000111100001010010001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC856A; }

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

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

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

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

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

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

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

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