#CA856E

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

Shades of Burning Sand #CA856E

Tints of Burning Sand #CA856E

Color information

#CA856E (or 0xCA856E) is unknown color: approx Burning Sand. HEX triplet: CA, 85 and 6E. RGB value is (202,133,110). Sum of RGB (Red+Green+Blue) = 202+133+110=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA856E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA856E is #357A91. Grayscale: #979797. Windows color (decimal): -3504786 or 7243210. OLE color: 7243210.

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

Color convert

RGB202133110-
CMYK00.340.460.21
HSL15º46.46%61.18%-
HSV(B)15º45.54%79.22%-
XYZ35.5630.4618.76-
YUV151.01104.86164.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.39%
GREEN value IS 133 (52.34% from 255) = 29.89%
BLUE value IS 110 (43.36% from 255) = 24.72%
R=45.39%
G=29.89%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213311000.340.460.211546.4661.18
HexCA856E0222E15f2e3d
Octal3122051560425625175675
Binary110010101000010111011100100010101110101011111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA856E; }

 p { color: rgb(202,133,110); }

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

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

 a { background-color: rgb(202,133,110); }

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

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

 span { border-color: rgb(202,133,110); }

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