#CA846F

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

Shades of Burning Sand #CA846F

Tints of Burning Sand #CA846F

Color information

#CA846F (or 0xCA846F) is unknown color: approx Burning Sand. HEX triplet: CA, 84 and 6F. RGB value is (202,132,111). Sum of RGB (Red+Green+Blue) = 202+132+111=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 111 (43.75% from 255 or 24.94% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA846F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA846F is #357B90. Grayscale: #969696. Windows color (decimal): -3505041 or 7308490. OLE color: 7308490.

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

Color convert

RGB202132111-
CMYK00.350.450.21
HSL13.85º46.19%61.37%-
HSV(B)13.85º45.05%79.22%-
XYZ35.4830.2119-
YUV150.54105.69164.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.39%
GREEN value IS 132 (51.95% from 255) = 29.66%
BLUE value IS 111 (43.75% from 255) = 24.94%
R=45.39%
G=29.66%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213211100.350.450.2113.8546.1961.37
HexCA846F0232D15e2e3d
Octal3122041570435525165675
Binary110010101000010011011110100011101101101011110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA846F; }

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

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

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

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

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

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

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

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