#CA845C

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

Shades of Burning Sand #CA845C

Tints of Burning Sand #CA845C

Color information

#CA845C (or 0xCA845C) is unknown color: approx Burning Sand. HEX triplet: CA, 84 and 5C. RGB value is (202,132,92). Sum of RGB (Red+Green+Blue) = 202+132+92=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA845C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA845C is #357BA3. Grayscale: #949494. Windows color (decimal): -3505060 or 6063306. OLE color: 6063306.

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

Color convert

RGB20213292-
CMYK00.350.540.21
HSL21.82º50.93%57.65%-
HSV(B)21.82º54.46%79.22%-
XYZ34.5429.8314.06-
YUV148.3796.19166.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.42%
GREEN value IS 132 (51.95% from 255) = 30.99%
BLUE value IS 92 (36.33% from 255) = 21.60%
R=47.42%
G=30.99%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021329200.350.540.2121.8250.9357.65
HexCA845C023361516333a
Octal3122041340436625266372
Binary1100101010000100101110001000111101101010110110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA845C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA845C; }

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

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

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

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

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

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

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

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