#CD8268

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

Shades of Burning Sand #CD8268

Tints of Burning Sand #CD8268

Color information

#CD8268 (or 0xCD8268) is unknown color: approx Burning Sand. HEX triplet: CD, 82 and 68. RGB value is (205,130,104). Sum of RGB (Red+Green+Blue) = 205+130+104=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8268 is #327D97. Grayscale: #959595. Windows color (decimal): -3308952 or 6849229. OLE color: 6849229.

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

Color convert

RGB205130104-
CMYK00.370.490.20
HSL15.45º50.25%60.59%-
HSV(B)15.45º49.27%80.39%-
XYZ35.6629.9417-
YUV149.46102.35167.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.70%
GREEN value IS 130 (51.17% from 255) = 29.61%
BLUE value IS 104 (41.02% from 255) = 23.69%
R=46.70%
G=29.61%
B=23.69%

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
Decimal20513010400.370.490.2015.4550.2560.59
HexCD82680253114f323d
Octal3152021500456124176275
Binary110011011000001011010000100101110001101001111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8268; }

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

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

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

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

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

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

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

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