#CA815D

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

Shades of Burning Sand #CA815D

Tints of Burning Sand #CA815D

Color information

#CA815D (or 0xCA815D) is unknown color: approx Burning Sand. HEX triplet: CA, 81 and 5D. RGB value is (202,129,93). Sum of RGB (Red+Green+Blue) = 202+129+93=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA815D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA815D is #357EA2. Grayscale: #929292. Windows color (decimal): -3505827 or 6128074. OLE color: 6128074.

HSL color Cylindrical-coordinate representation of color #CA815D: hue angle of 19.82º 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 #CA815D is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB20212993-
CMYK00.360.540.21
HSL19.82º50.7%57.84%-
HSV(B)19.82º53.96%79.22%-
XYZ34.1829.0514.16-
YUV146.7297.68167.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.64%
GREEN value IS 129 (50.78% from 255) = 30.42%
BLUE value IS 93 (36.72% from 255) = 21.93%
R=47.64%
G=30.42%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021299300.360.540.2119.8250.757.84
HexCA815D024361514333a
Octal3122011350446625246372
Binary1100101010000001101110101001001101101010110100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA815D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA815D; }

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

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

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

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

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

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

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

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