#CA8162

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

Shades of Burning Sand #CA8162

Tints of Burning Sand #CA8162

Color information

#CA8162 (or 0xCA8162) is unknown color: approx Burning Sand. HEX triplet: CA, 81 and 62. RGB value is (202,129,98). Sum of RGB (Red+Green+Blue) = 202+129+98=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8162 is #357E9D. Grayscale: #939393. Windows color (decimal): -3505822 or 6455754. OLE color: 6455754.

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

Color convert

RGB20212998-
CMYK00.360.510.21
HSL17.88º49.52%58.82%-
HSV(B)17.88º51.49%79.22%-
XYZ34.4129.1415.37-
YUV147.29100.18167.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.09%
GREEN value IS 129 (50.78% from 255) = 30.07%
BLUE value IS 98 (38.67% from 255) = 22.84%
R=47.09%
G=30.07%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021299800.360.510.2117.8849.5258.82
HexCA8162024331512323b
Octal3122011420446325226273
Binary1100101010000001110001001001001100111010110010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8162; }

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

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

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

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

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

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

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

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