#CA8763

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

Shades of Burning Sand #CA8763

Tints of Burning Sand #CA8763

Color information

#CA8763 (or 0xCA8763) is unknown color: approx Burning Sand. HEX triplet: CA, 87 and 63. RGB value is (202,135,99). Sum of RGB (Red+Green+Blue) = 202+135+99=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8763 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8763 is #35789C. Grayscale: #979797. Windows color (decimal): -3504285 or 6522826. OLE color: 6522826.

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

Color convert

RGB20213599-
CMYK00.330.510.21
HSL20.97º49.28%59.02%-
HSV(B)20.97º50.99%79.22%-
XYZ35.2730.7915.89-
YUV150.9398.7164.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.33%
GREEN value IS 135 (53.12% from 255) = 30.96%
BLUE value IS 99 (39.06% from 255) = 22.71%
R=46.33%
G=30.96%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021359900.330.510.2120.9749.2859.02
HexCA8763021331515313b
Octal3122071430416325256173
Binary1100101010000111110001101000011100111010110101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8763; }

 p { color: rgb(202,135,99); }

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

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

 a { background-color: rgb(202,135,99); }

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

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

 span { border-color: rgb(202,135,99); }

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