#CD815A

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

Shades of Burning Sand #CD815A

Tints of Burning Sand #CD815A

Color information

#CD815A (or 0xCD815A) is unknown color: approx Burning Sand. HEX triplet: CD, 81 and 5A. RGB value is (205,129,90). Sum of RGB (Red+Green+Blue) = 205+129+90=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CD815A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD815A is #327EA5. Grayscale: #939393. Windows color (decimal): -3309222 or 5931469. OLE color: 5931469.

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

Color convert

RGB20512990-
CMYK00.370.560.20
HSL20.35º53.49%57.84%-
HSV(B)20.35º56.1%80.39%-
XYZ34.8729.4213.51-
YUV147.2895.68169.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.35%
GREEN value IS 129 (50.78% from 255) = 30.42%
BLUE value IS 90 (35.55% from 255) = 21.23%
R=48.35%
G=30.42%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051299000.370.560.2020.3553.4957.84
HexCD815A025381414353a
Octal3152011320457024246572
Binary1100110110000001101101001001011110001010010100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD815A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD815A; }

 p { color: rgb(205,129,90); }

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

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

 a { background-color: rgb(205,129,90); }

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

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

 span { border-color: rgb(205,129,90); }

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