#CA8660

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

Shades of Burning Sand #CA8660

Tints of Burning Sand #CA8660

Color information

#CA8660 (or 0xCA8660) is unknown color: approx Burning Sand. HEX triplet: CA, 86 and 60. RGB value is (202,134,96). Sum of RGB (Red+Green+Blue) = 202+134+96=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8660 is #35799F. Grayscale: #969696. Windows color (decimal): -3504544 or 6325962. OLE color: 6325962.

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

Color convert

RGB20213496-
CMYK00.340.520.21
HSL21.51º50%58.43%-
HSV(B)21.51º52.48%79.22%-
XYZ34.9930.4515.1-
YUV15097.53165.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.76%
GREEN value IS 134 (52.73% from 255) = 31.02%
BLUE value IS 96 (37.89% from 255) = 22.22%
R=46.76%
G=31.02%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021349600.340.520.2121.515058.43
HexCA8660022341516323a
Octal3122061400426425266272
Binary1100101010000110110000001000101101001010110110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8660; }

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

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

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

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

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

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

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

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