#CA845D

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

Shades of Burning Sand #CA845D

Tints of Burning Sand #CA845D

Color information

#CA845D (or 0xCA845D) is unknown color: approx Burning Sand. HEX triplet: CA, 84 and 5D. RGB value is (202,132,93). Sum of RGB (Red+Green+Blue) = 202+132+93=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA845D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA845D is #357BA2. Grayscale: #949494. Windows color (decimal): -3505059 or 6128842. OLE color: 6128842.

HSL color Cylindrical-coordinate representation of color #CA845D: hue angle of 21.47º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA845D is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB20213293-
CMYK00.350.540.21
HSL21.47º50.7%57.84%-
HSV(B)21.47º53.96%79.22%-
XYZ34.5829.8514.29-
YUV148.4896.69166.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.31%
GREEN value IS 132 (51.95% from 255) = 30.91%
BLUE value IS 93 (36.72% from 255) = 21.78%
R=47.31%
G=30.91%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021329300.350.540.2121.4750.757.84
HexCA845D023361515333a
Octal3122041350436625256372
Binary1100101010000100101110101000111101101010110101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA845D; }

 p { color: rgb(202,132,93); }

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

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

 a { background-color: rgb(202,132,93); }

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

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

 span { border-color: rgb(202,132,93); }

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