#CC865D

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

Shades of Burning Sand #CC865D

Tints of Burning Sand #CC865D

Color information

#CC865D (or 0xCC865D) is unknown color: approx Burning Sand. HEX triplet: CC, 86 and 5D. RGB value is (204,134,93). Sum of RGB (Red+Green+Blue) = 204+134+93=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC865D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC865D is #3379A2. Grayscale: #969696. Windows color (decimal): -3373475 or 6129356. OLE color: 6129356.

HSL color Cylindrical-coordinate representation of color #CC865D: hue angle of 22.16º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC865D is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB20413493-
CMYK00.340.540.2
HSL22.16º52.11%58.24%-
HSV(B)22.16º54.41%80%-
XYZ35.430.6814.41-
YUV150.2695.69166.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.33%
GREEN value IS 134 (52.73% from 255) = 31.09%
BLUE value IS 93 (36.72% from 255) = 21.58%
R=47.33%
G=31.09%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041349300.340.540.222.1652.1158.24
HexCC865D022361416343a
Octal3142061350426624266472
Binary1100110010000110101110101000101101101010010110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC865D; }

 p { color: rgb(204,134,93); }

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

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

 a { background-color: rgb(204,134,93); }

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

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

 span { border-color: rgb(204,134,93); }

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