#CC856D

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

Shades of Burning Sand #CC856D

Tints of Burning Sand #CC856D

Color information

#CC856D (or 0xCC856D) is unknown color: approx Burning Sand. HEX triplet: CC, 85 and 6D. RGB value is (204,133,109). Sum of RGB (Red+Green+Blue) = 204+133+109=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC856D is #337A92. Grayscale: #979797. Windows color (decimal): -3373715 or 7177676. OLE color: 7177676.

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

Color convert

RGB204133109-
CMYK00.350.470.2
HSL15.16º48.22%61.37%-
HSV(B)15.16º46.57%80%-
XYZ36.0530.7218.5-
YUV151.49104.02165.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.74%
GREEN value IS 133 (52.34% from 255) = 29.82%
BLUE value IS 109 (42.97% from 255) = 24.44%
R=45.74%
G=29.82%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413310900.350.470.215.1648.2261.37
HexCC856D0232F14f303d
Octal3142051550435724176075
Binary110011001000010111011010100011101111101001111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC856D; }

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

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

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

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

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

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

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

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