#CD805C

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

Shades of Burning Sand #CD805C

Tints of Burning Sand #CD805C

Color information

#CD805C (or 0xCD805C) is unknown color: approx Burning Sand. HEX triplet: CD, 80 and 5C. RGB value is (205,128,92). Sum of RGB (Red+Green+Blue) = 205+128+92=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CD805C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD805C is #327FA3. Grayscale: #939393. Windows color (decimal): -3309476 or 6062285. OLE color: 6062285.

HSL color Cylindrical-coordinate representation of color #CD805C: hue angle of 19.12º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CD805C is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB20512892-
CMYK00.380.550.20
HSL19.12º53.05%58.24%-
HSV(B)19.12º55.12%80.39%-
XYZ34.8329.1913.92-
YUV146.9297.01169.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.24%
GREEN value IS 128 (50.39% from 255) = 30.12%
BLUE value IS 92 (36.33% from 255) = 21.65%
R=48.24%
G=30.12%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051289200.380.550.2019.1253.0558.24
HexCD805C026371413353a
Octal3152001340466724236572
Binary1100110110000000101110001001101101111010010011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD805C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD805C; }

 p { color: rgb(205,128,92); }

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

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

 a { background-color: rgb(205,128,92); }

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

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

 span { border-color: rgb(205,128,92); }

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