#CD815C

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

Shades of Burning Sand #CD815C

Tints of Burning Sand #CD815C

Color information

#CD815C (or 0xCD815C) is unknown color: approx Burning Sand. HEX triplet: CD, 81 and 5C. RGB value is (205,129,92). Sum of RGB (Red+Green+Blue) = 205+129+92=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CD815C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD815C is #327EA3. Grayscale: #939393. Windows color (decimal): -3309220 or 6062541. OLE color: 6062541.

HSL color Cylindrical-coordinate representation of color #CD815C: hue angle of 19.65º 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 #CD815C is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB20512992-
CMYK00.370.550.20
HSL19.65º53.05%58.24%-
HSV(B)19.65º55.12%80.39%-
XYZ34.9629.4513.97-
YUV147.5196.68169.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.12%
GREEN value IS 129 (50.78% from 255) = 30.28%
BLUE value IS 92 (36.33% from 255) = 21.60%
R=48.12%
G=30.28%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051299200.370.550.2019.6553.0558.24
HexCD815C025371414353a
Octal3152011340456724246572
Binary1100110110000001101110001001011101111010010100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD815C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD815C; }

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

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

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

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

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

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

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

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