#CD8570

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

Shades of Burning Sand #CD8570

Tints of Burning Sand #CD8570

Color information

#CD8570 (or 0xCD8570) is unknown color: approx Burning Sand. HEX triplet: CD, 85 and 70. RGB value is (205,133,112). Sum of RGB (Red+Green+Blue) = 205+133+112=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8570 is #327A8F. Grayscale: #989898. Windows color (decimal): -3308176 or 7374285. OLE color: 7374285.

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

Color convert

RGB205133112-
CMYK00.350.450.20
HSL13.55º48.19%62.16%-
HSV(B)13.55º45.37%80.39%-
XYZ36.4930.9219.37-
YUV152.13105.35165.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.56%
GREEN value IS 133 (52.34% from 255) = 29.56%
BLUE value IS 112 (44.14% from 255) = 24.89%
R=45.56%
G=29.56%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513311200.350.450.2013.5548.1962.16
HexCD85700232D14e303e
Octal3152051600435524166076
Binary110011011000010111100000100011101101101001110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8570; }

 p { color: rgb(205,133,112); }

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

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

 a { background-color: rgb(205,133,112); }

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

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

 span { border-color: rgb(205,133,112); }

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