#CD8269

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

Shades of Burning Sand #CD8269

Tints of Burning Sand #CD8269

Color information

#CD8269 (or 0xCD8269) is unknown color: approx Burning Sand. HEX triplet: CD, 82 and 69. RGB value is (205,130,105). Sum of RGB (Red+Green+Blue) = 205+130+105=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8269 is #327D96. Grayscale: #959595. Windows color (decimal): -3308951 or 6914765. OLE color: 6914765.

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

Color convert

RGB205130105-
CMYK00.370.490.20
HSL15º50%60.78%-
HSV(B)15º48.78%80.39%-
XYZ35.7129.9617.27-
YUV149.57102.85167.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.59%
GREEN value IS 130 (51.17% from 255) = 29.55%
BLUE value IS 105 (41.41% from 255) = 23.86%
R=46.59%
G=29.55%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513010500.370.490.20155060.78
HexCD82690253114f323d
Octal3152021510456124176275
Binary110011011000001011010010100101110001101001111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8269; }

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

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

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

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

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

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

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

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