#C2855C

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

Shades of Burning Sand #C2855C

Tints of Burning Sand #C2855C

Color information

#C2855C (or 0xC2855C) is unknown color: approx Burning Sand. HEX triplet: C2, 85 and 5C. RGB value is (194,133,92). Sum of RGB (Red+Green+Blue) = 194+133+92=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2855C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2855C is #3D7AA3. Grayscale: #929292. Windows color (decimal): -4029092 or 6063554. OLE color: 6063554.

HSL color Cylindrical-coordinate representation of color #C2855C: hue angle of 24.12º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2855C is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB19413392-
CMYK00.310.530.24
HSL24.12º45.54%56.08%-
HSV(B)24.12º52.58%76.08%-
XYZ32.5729.0214.01-
YUV146.5697.21161.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.30%
GREEN value IS 133 (52.34% from 255) = 31.74%
BLUE value IS 92 (36.33% from 255) = 21.96%
R=46.30%
G=31.74%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941339200.310.530.2424.1245.5456.08
HexC2855C01F3518182e38
Octal3022051340376530305670
Binary110000101000010110111000111111101011100011000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2855C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2855C; }

 p { color: rgb(194,133,92); }

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

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

 a { background-color: rgb(194,133,92); }

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

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

 span { border-color: rgb(194,133,92); }

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