#CA845F

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

Shades of Burning Sand #CA845F

Tints of Burning Sand #CA845F

Color information

#CA845F (or 0xCA845F) is unknown color: approx Burning Sand. HEX triplet: CA, 84 and 5F. RGB value is (202,132,95). Sum of RGB (Red+Green+Blue) = 202+132+95=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA845F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA845F is #357BA0. Grayscale: #949494. Windows color (decimal): -3505057 or 6259914. OLE color: 6259914.

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

Color convert

RGB20213295-
CMYK00.350.530.21
HSL20.75º50.23%58.24%-
HSV(B)20.75º52.97%79.22%-
XYZ34.6729.8914.77-
YUV148.7197.69166.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.09%
GREEN value IS 132 (51.95% from 255) = 30.77%
BLUE value IS 95 (37.5% from 255) = 22.14%
R=47.09%
G=30.77%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021329500.350.530.2120.7550.2358.24
HexCA845F023351515323a
Octal3122041370436525256272
Binary1100101010000100101111101000111101011010110101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA845F; }

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

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

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

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

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

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

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

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