#CA8465

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

Shades of Burning Sand #CA8465

Tints of Burning Sand #CA8465

Color information

#CA8465 (or 0xCA8465) is unknown color: approx Burning Sand. HEX triplet: CA, 84 and 65. RGB value is (202,132,101). Sum of RGB (Red+Green+Blue) = 202+132+101=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8465 is #357B9A. Grayscale: #959595. Windows color (decimal): -3505051 or 6653130. OLE color: 6653130.

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

Color convert

RGB202132101-
CMYK00.350.500.21
HSL18.42º48.79%59.41%-
HSV(B)18.42º50%79.22%-
XYZ34.963016.26-
YUV149.4100.69165.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.44%
GREEN value IS 132 (51.95% from 255) = 30.34%
BLUE value IS 101 (39.84% from 255) = 23.22%
R=46.44%
G=30.34%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213210100.350.500.2118.4248.7959.41
HexCA8465023321512313b
Octal3122041450436225226173
Binary1100101010000100110010101000111100101010110010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8465; }

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

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

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

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

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

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

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

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