#CA8965

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

Shades of Burning Sand #CA8965

Tints of Burning Sand #CA8965

Color information

#CA8965 (or 0xCA8965) is unknown color: approx Burning Sand. HEX triplet: CA, 89 and 65. RGB value is (202,137,101). Sum of RGB (Red+Green+Blue) = 202+137+101=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 101 (39.84% from 255 or 22.95% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8965 is #35769A. Grayscale: #989898. Windows color (decimal): -3503771 or 6654410. OLE color: 6654410.

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

Color convert

RGB202137101-
CMYK00.320.500.21
HSL21.39º48.79%59.41%-
HSV(B)21.39º50%79.22%-
XYZ35.6531.3916.49-
YUV152.3399.03163.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 137 (53.91% from 255) = 31.14%
BLUE value IS 101 (39.84% from 255) = 22.95%
R=45.91%
G=31.14%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213710100.320.500.2121.3948.7959.41
HexCA8965020321515313b
Octal3122111450406225256173
Binary1100101010001001110010101000001100101010110101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8965; }

 p { color: rgb(202,137,101); }

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

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

 a { background-color: rgb(202,137,101); }

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

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

 span { border-color: rgb(202,137,101); }

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