#CA8356

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

Shades of Burning Sand #CA8356

Tints of Burning Sand #CA8356

Color information

#CA8356 (or 0xCA8356) is unknown color: approx Burning Sand. HEX triplet: CA, 83 and 56. RGB value is (202,131,86). Sum of RGB (Red+Green+Blue) = 202+131+86=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8356 is #357CA9. Grayscale: #939393. Windows color (decimal): -3505322 or 5669834. OLE color: 5669834.

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

Color convert

RGB20213186-
CMYK00.350.570.21
HSL23.28º52.25%56.47%-
HSV(B)23.28º57.43%79.22%-
XYZ34.1529.4612.69-
YUV147.193.52167.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.21%
GREEN value IS 131 (51.56% from 255) = 31.26%
BLUE value IS 86 (33.98% from 255) = 20.53%
R=48.21%
G=31.26%
B=20.53%

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
Decimal2021318600.350.570.2123.2852.2556.47
HexCA83560233915173438
Octal3122031260437125276470
Binary1100101010000011101011001000111110011010110111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8356; }

 p { color: rgb(202,131,86); }

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

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

 a { background-color: rgb(202,131,86); }

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

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

 span { border-color: rgb(202,131,86); }

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