#CA8160

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

Shades of Burning Sand #CA8160

Tints of Burning Sand #CA8160

Color information

#CA8160 (or 0xCA8160) is unknown color: approx Burning Sand. HEX triplet: CA, 81 and 60. RGB value is (202,129,96). Sum of RGB (Red+Green+Blue) = 202+129+96=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8160 is #357E9F. Grayscale: #939393. Windows color (decimal): -3505824 or 6324682. OLE color: 6324682.

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

Color convert

RGB20212996-
CMYK00.360.520.21
HSL18.68º50%58.43%-
HSV(B)18.68º52.48%79.22%-
XYZ34.3229.114.87-
YUV147.0699.18167.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.31%
GREEN value IS 129 (50.78% from 255) = 30.21%
BLUE value IS 96 (37.89% from 255) = 22.48%
R=47.31%
G=30.21%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021299600.360.520.2118.685058.43
HexCA8160024341513323a
Octal3122011400446425236272
Binary1100101010000001110000001001001101001010110011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8160; }

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

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

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

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

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

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

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

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