#CA8261

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

Shades of Burning Sand #CA8261

Tints of Burning Sand #CA8261

Color information

#CA8261 (or 0xCA8261) is unknown color: approx Burning Sand. HEX triplet: CA, 82 and 61. RGB value is (202,130,97). Sum of RGB (Red+Green+Blue) = 202+130+97=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 97 (38.28% from 255 or 22.61% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8261 is #357D9E. Grayscale: #939393. Windows color (decimal): -3505567 or 6390474. OLE color: 6390474.

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

Color convert

RGB20213097-
CMYK00.360.520.21
HSL18.86º49.76%58.63%-
HSV(B)18.86º51.98%79.22%-
XYZ34.529.3815.16-
YUV147.7799.35166.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.09%
GREEN value IS 130 (51.17% from 255) = 30.30%
BLUE value IS 97 (38.28% from 255) = 22.61%
R=47.09%
G=30.30%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021309700.360.520.2118.8649.7658.63
HexCA8261024341513323b
Octal3122021410446425236273
Binary1100101010000010110000101001001101001010110011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8261; }

 p { color: rgb(202,130,97); }

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

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

 a { background-color: rgb(202,130,97); }

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

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

 span { border-color: rgb(202,130,97); }

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