#CD8266

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

Shades of Burning Sand #CD8266

Tints of Burning Sand #CD8266

Color information

#CD8266 (or 0xCD8266) is unknown color: approx Burning Sand. HEX triplet: CD, 82 and 66. RGB value is (205,130,102). Sum of RGB (Red+Green+Blue) = 205+130+102=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8266 is #327D99. Grayscale: #959595. Windows color (decimal): -3308954 or 6718157. OLE color: 6718157.

HSL color Cylindrical-coordinate representation of color #CD8266: hue angle of 16.31º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD8266 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB205130102-
CMYK00.370.500.20
HSL16.31º50.74%60.2%-
HSV(B)16.31º50.24%80.39%-
XYZ35.5629.916.47-
YUV149.23101.35167.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.91%
GREEN value IS 130 (51.17% from 255) = 29.75%
BLUE value IS 102 (40.23% from 255) = 23.34%
R=46.91%
G=29.75%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513010200.370.500.2016.3150.7460.2
HexCD8266025321410333c
Octal3152021460456224206374
Binary1100110110000010110011001001011100101010010000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8266; }

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

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

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

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

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

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

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

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