#CD876C

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

Shades of Burning Sand #CD876C

Tints of Burning Sand #CD876C

Color information

#CD876C (or 0xCD876C) is unknown color: approx Burning Sand. HEX triplet: CD, 87 and 6C. RGB value is (205,135,108). Sum of RGB (Red+Green+Blue) = 205+135+108=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CD876C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD876C is #327893. Grayscale: #999999. Windows color (decimal): -3307668 or 7112653. OLE color: 7112653.

HSL color Cylindrical-coordinate representation of color #CD876C: hue angle of 16.7º degrees, saturation: 0.49, 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 #CD876C is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB205135108-
CMYK00.340.470.20
HSL16.7º49.24%61.37%-
HSV(B)16.7º47.32%80.39%-
XYZ36.5531.3918.32-
YUV152.85102.69165.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.76%
GREEN value IS 135 (53.12% from 255) = 30.13%
BLUE value IS 108 (42.58% from 255) = 24.11%
R=45.76%
G=30.13%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513510800.340.470.2016.749.2461.37
HexCD876C0222F1411313d
Octal3152071540425724216175
Binary1100110110000111110110001000101011111010010001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD876C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD876C; }

 p { color: rgb(205,135,108); }

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

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

 a { background-color: rgb(205,135,108); }

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

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

 span { border-color: rgb(205,135,108); }

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