#CA8457

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

Shades of Burning Sand #CA8457

Tints of Burning Sand #CA8457

Color information

#CA8457 (or 0xCA8457) is unknown color: approx Burning Sand. HEX triplet: CA, 84 and 57. RGB value is (202,132,87). Sum of RGB (Red+Green+Blue) = 202+132+87=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 87 (34.38% from 255 or 20.67% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8457 is #357BA8. Grayscale: #949494. Windows color (decimal): -3505065 or 5735626. OLE color: 5735626.

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

Color convert

RGB20213287-
CMYK00.350.570.21
HSL23.48º52.04%56.67%-
HSV(B)23.48º56.93%79.22%-
XYZ34.3329.7512.95-
YUV147.893.69166.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.98%
GREEN value IS 132 (51.95% from 255) = 31.35%
BLUE value IS 87 (34.38% from 255) = 20.67%
R=47.98%
G=31.35%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021328700.350.570.2123.4852.0456.67
HexCA84570233915173439
Octal3122041270437125276471
Binary1100101010000100101011101000111110011010110111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8457; }

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

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

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

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

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

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

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

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