#CD825A

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

Shades of Burning Sand #CD825A

Tints of Burning Sand #CD825A

Color information

#CD825A (or 0xCD825A) is unknown color: approx Burning Sand. HEX triplet: CD, 82 and 5A. RGB value is (205,130,90). Sum of RGB (Red+Green+Blue) = 205+130+90=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CD825A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD825A is #327DA5. Grayscale: #949494. Windows color (decimal): -3308966 or 5931725. OLE color: 5931725.

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

Color convert

RGB20513090-
CMYK00.370.560.20
HSL20.87º53.49%57.84%-
HSV(B)20.87º56.1%80.39%-
XYZ3529.6813.56-
YUV147.8695.35168.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.24%
GREEN value IS 130 (51.17% from 255) = 30.59%
BLUE value IS 90 (35.55% from 255) = 21.18%
R=48.24%
G=30.59%
B=21.18%

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
Decimal2051309000.370.560.2020.8753.4957.84
HexCD825A025381415353a
Octal3152021320457024256572
Binary1100110110000010101101001001011110001010010101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD825A; }

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

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

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

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

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

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

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

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