#CA8566

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

Shades of Burning Sand #CA8566

Tints of Burning Sand #CA8566

Color information

#CA8566 (or 0xCA8566) is unknown color: approx Burning Sand. HEX triplet: CA, 85 and 66. RGB value is (202,133,102). Sum of RGB (Red+Green+Blue) = 202+133+102=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8566 is #357A99. Grayscale: #969696. Windows color (decimal): -3504794 or 6718922. OLE color: 6718922.

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

Color convert

RGB202133102-
CMYK00.340.500.21
HSL18.6º48.54%59.61%-
HSV(B)18.6º49.5%79.22%-
XYZ35.1430.2916.56-
YUV150.1100.86165.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.22%
GREEN value IS 133 (52.34% from 255) = 30.43%
BLUE value IS 102 (40.23% from 255) = 23.34%
R=46.22%
G=30.43%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213310200.340.500.2118.648.5459.61
HexCA8566022321513313c
Octal3122051460426225236174
Binary1100101010000101110011001000101100101010110011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8566; }

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

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

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

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

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

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

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

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