#CA8166

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

Shades of Burning Sand #CA8166

Tints of Burning Sand #CA8166

Color information

#CA8166 (or 0xCA8166) is unknown color: approx Burning Sand. HEX triplet: CA, 81 and 66. RGB value is (202,129,102). Sum of RGB (Red+Green+Blue) = 202+129+102=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8166 is #357E99. Grayscale: #939393. Windows color (decimal): -3505818 or 6717898. OLE color: 6717898.

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

Color convert

RGB202129102-
CMYK00.360.500.21
HSL16.2º48.54%59.61%-
HSV(B)16.2º49.5%79.22%-
XYZ34.6129.2216.39-
YUV147.75102.18166.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.65%
GREEN value IS 129 (50.78% from 255) = 29.79%
BLUE value IS 102 (40.23% from 255) = 23.56%
R=46.65%
G=29.79%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212910200.360.500.2116.248.5459.61
HexCA8166024321510313c
Octal3122011460446225206174
Binary1100101010000001110011001001001100101010110000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8166; }

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

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

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

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

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

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

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

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