#C27C60

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

Shades of Burning Sand #C27C60

Tints of Burning Sand #C27C60

Color information

#C27C60 (or 0xC27C60) is unknown color: approx Burning Sand. HEX triplet: C2, 7C and 60. RGB value is (194,124,96). Sum of RGB (Red+Green+Blue) = 194+124+96=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27C60 is #3D839F. Grayscale: #8D8D8D. Windows color (decimal): -4031392 or 6323394. OLE color: 6323394.

HSL color Cylindrical-coordinate representation of color #C27C60: hue angle of 17.14º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C27C60 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB19412496-
CMYK00.360.510.24
HSL17.14º44.55%56.86%-
HSV(B)17.14º50.52%76.08%-
XYZ31.5726.7314.56-
YUV141.74102.19165.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.86%
GREEN value IS 124 (48.83% from 255) = 29.95%
BLUE value IS 96 (37.89% from 255) = 23.19%
R=46.86%
G=29.95%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941249600.360.510.2417.1444.5556.86
HexC27C600243318112d39
Octal3021741400446330215571
Binary110000101111100110000001001001100111100010001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27C60; }

 p { color: rgb(194,124,96); }

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

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

 a { background-color: rgb(194,124,96); }

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

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

 span { border-color: rgb(194,124,96); }

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