#CA8557

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

Shades of Burning Sand #CA8557

Tints of Burning Sand #CA8557

Color information

#CA8557 (or 0xCA8557) is unknown color: approx Burning Sand. HEX triplet: CA, 85 and 57. RGB value is (202,133,87). Sum of RGB (Red+Green+Blue) = 202+133+87=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8557 is #357AA8. Grayscale: #949494. Windows color (decimal): -3504809 or 5735882. OLE color: 5735882.

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

Color convert

RGB20213387-
CMYK00.340.570.21
HSL24º52.04%56.67%-
HSV(B)24º56.93%79.22%-
XYZ34.4630.0212.99-
YUV148.3993.36166.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.87%
GREEN value IS 133 (52.34% from 255) = 31.52%
BLUE value IS 87 (34.38% from 255) = 20.62%
R=47.87%
G=31.52%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021338700.340.570.212452.0456.67
HexCA85570223915183439
Octal3122051270427125306471
Binary1100101010000101101011101000101110011010111000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8557; }

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

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

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

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

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

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

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

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