#CD8270

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

Shades of Burning Sand #CD8270

Tints of Burning Sand #CD8270

Color information

#CD8270 (or 0xCD8270) is unknown color: approx Burning Sand. HEX triplet: CD, 82 and 70. RGB value is (205,130,112). Sum of RGB (Red+Green+Blue) = 205+130+112=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8270 is #327D8F. Grayscale: #969696. Windows color (decimal): -3308944 or 7373517. OLE color: 7373517.

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

Color convert

RGB205130112-
CMYK00.370.450.20
HSL11.61º48.19%62.16%-
HSV(B)11.61º45.37%80.39%-
XYZ36.0830.1119.24-
YUV150.37106.35166.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.86%
GREEN value IS 130 (51.17% from 255) = 29.08%
BLUE value IS 112 (44.14% from 255) = 25.06%
R=45.86%
G=29.08%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513011200.370.450.2011.6148.1962.16
HexCD82700252D14c303e
Octal3152021600455524146076
Binary110011011000001011100000100101101101101001100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8270; }

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

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

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

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

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

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

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

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