#CA8564

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

Shades of Burning Sand #CA8564

Tints of Burning Sand #CA8564

Color information

#CA8564 (or 0xCA8564) is unknown color: approx Burning Sand. HEX triplet: CA, 85 and 64. RGB value is (202,133,100). Sum of RGB (Red+Green+Blue) = 202+133+100=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8564 is #357A9B. Grayscale: #969696. Windows color (decimal): -3504796 or 6587850. OLE color: 6587850.

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

Color convert

RGB202133100-
CMYK00.340.500.21
HSL19.41º49.04%59.22%-
HSV(B)19.41º50.5%79.22%-
XYZ35.0430.2516.05-
YUV149.8799.86165.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.44%
GREEN value IS 133 (52.34% from 255) = 30.57%
BLUE value IS 100 (39.45% from 255) = 22.99%
R=46.44%
G=30.57%
B=22.99%

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
Decimal20213310000.340.500.2119.4149.0459.22
HexCA8564022321513313b
Octal3122051440426225236173
Binary1100101010000101110010001000101100101010110011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8564; }

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

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

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

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

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

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

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

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