#CA8471

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

Shades of Burning Sand #CA8471

Tints of Burning Sand #CA8471

Color information

#CA8471 (or 0xCA8471) is unknown color: approx Burning Sand. HEX triplet: CA, 84 and 71. RGB value is (202,132,113). Sum of RGB (Red+Green+Blue) = 202+132+113=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8471 is #357B8E. Grayscale: #969696. Windows color (decimal): -3505039 or 7439562. OLE color: 7439562.

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

Color convert

RGB202132113-
CMYK00.350.440.21
HSL12.81º45.64%61.76%-
HSV(B)12.81º44.06%79.22%-
XYZ35.5930.2519.59-
YUV150.76106.69164.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.19%
GREEN value IS 132 (51.95% from 255) = 29.53%
BLUE value IS 113 (44.53% from 255) = 25.28%
R=45.19%
G=29.53%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213211300.350.440.2112.8145.6461.76
HexCA84710232C15d2e3e
Octal3122041610435425155676
Binary110010101000010011100010100011101100101011101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8471; }

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

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

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

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

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

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

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

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