#CA8466

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

Shades of Burning Sand #CA8466

Tints of Burning Sand #CA8466

Color information

#CA8466 (or 0xCA8466) is unknown color: approx Burning Sand. HEX triplet: CA, 84 and 66. RGB value is (202,132,102). Sum of RGB (Red+Green+Blue) = 202+132+102=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8466 is #357B99. Grayscale: #959595. Windows color (decimal): -3505050 or 6718666. OLE color: 6718666.

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

Color convert

RGB202132102-
CMYK00.350.500.21
HSL18º48.54%59.61%-
HSV(B)18º49.5%79.22%-
XYZ35.0130.0216.52-
YUV149.51101.19165.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.33%
GREEN value IS 132 (51.95% from 255) = 30.28%
BLUE value IS 102 (40.23% from 255) = 23.39%
R=46.33%
G=30.28%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213210200.350.500.211848.5459.61
HexCA8466023321512313c
Octal3122041460436225226174
Binary1100101010000100110011001000111100101010110010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8466; }

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

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

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

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

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

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

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

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