#CA845E

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

Shades of Burning Sand #CA845E

Tints of Burning Sand #CA845E

Color information

#CA845E (or 0xCA845E) is unknown color: approx Burning Sand. HEX triplet: CA, 84 and 5E. RGB value is (202,132,94). Sum of RGB (Red+Green+Blue) = 202+132+94=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA845E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA845E is #357BA1. Grayscale: #949494. Windows color (decimal): -3505058 or 6194378. OLE color: 6194378.

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

Color convert

RGB20213294-
CMYK00.350.530.21
HSL21.11º50.47%58.04%-
HSV(B)21.11º53.47%79.22%-
XYZ34.6329.8714.53-
YUV148.697.19166.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.20%
GREEN value IS 132 (51.95% from 255) = 30.84%
BLUE value IS 94 (37.11% from 255) = 21.96%
R=47.20%
G=30.84%
B=21.96%

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
Decimal2021329400.350.530.2121.1150.4758.04
HexCA845E023351515323a
Octal3122041360436525256272
Binary1100101010000100101111001000111101011010110101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA845E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA845E; }

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

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

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

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

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

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

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

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