#CA8472

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

Shades of Burning Sand #CA8472

Tints of Burning Sand #CA8472

Color information

#CA8472 (or 0xCA8472) is unknown color: approx Burning Sand. HEX triplet: CA, 84 and 72. RGB value is (202,132,114). Sum of RGB (Red+Green+Blue) = 202+132+114=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8472 is #357B8D. Grayscale: #979797. Windows color (decimal): -3505038 or 7505098. OLE color: 7505098.

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

Color convert

RGB202132114-
CMYK00.350.440.21
HSL12.27º45.36%61.96%-
HSV(B)12.27º43.56%79.22%-
XYZ35.6530.2719.88-
YUV150.88107.19164.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.09%
GREEN value IS 132 (51.95% from 255) = 29.46%
BLUE value IS 114 (44.92% from 255) = 25.45%
R=45.09%
G=29.46%
B=25.45%

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
Decimal20213211400.350.440.2112.2745.3661.96
HexCA84720232C15c2d3e
Octal3122041620435425145576
Binary110010101000010011100100100011101100101011100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8472; }

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

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

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

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

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

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

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

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