#CD8A65

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

Shades of Burning Sand #CD8A65

Tints of Burning Sand #CD8A65

Color information

#CD8A65 (or 0xCD8A65) is unknown color: approx Burning Sand. HEX triplet: CD, 8A and 65. RGB value is (205,138,101). Sum of RGB (Red+Green+Blue) = 205+138+101=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8A65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8A65 is #32759A. Grayscale: #9A9A9A. Windows color (decimal): -3306907 or 6654669. OLE color: 6654669.

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

Color convert

RGB205138101-
CMYK00.330.510.20
HSL21.35º50.98%60%-
HSV(B)21.35º50.73%80.39%-
XYZ36.6132.116.58-
YUV153.8298.2164.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.17%
GREEN value IS 138 (54.30% from 255) = 31.08%
BLUE value IS 101 (39.84% from 255) = 22.75%
R=46.17%
G=31.08%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513810100.330.510.2021.3550.9860
HexCD8A65021331415333c
Octal3152121450416324256374
Binary1100110110001010110010101000011100111010010101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8A65; }

 p { color: rgb(205,138,101); }

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

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

 a { background-color: rgb(205,138,101); }

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

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

 span { border-color: rgb(205,138,101); }

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