#C27E56

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

Shades of Burning Sand #C27E56

Tints of Burning Sand #C27E56

Color information

#C27E56 (or 0xC27E56) is unknown color: approx Burning Sand. HEX triplet: C2, 7E and 56. RGB value is (194,126,86). Sum of RGB (Red+Green+Blue) = 194+126+86=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27E56 is #3D81A9. Grayscale: #8E8E8E. Windows color (decimal): -4030890 or 5668546. OLE color: 5668546.

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

Color convert

RGB19412686-
CMYK00.350.560.24
HSL22.22º46.96%54.9%-
HSV(B)22.22º55.67%76.08%-
XYZ31.3927.0612.37-
YUV141.7796.53165.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.78%
GREEN value IS 126 (49.61% from 255) = 31.03%
BLUE value IS 86 (33.98% from 255) = 21.18%
R=47.78%
G=31.03%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941268600.350.560.2422.2246.9654.9
HexC27E560233818162f37
Octal3021761260437030265767
Binary110000101111110101011001000111110001100010110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27E56; }

 p { color: rgb(194,126,86); }

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

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

 a { background-color: rgb(194,126,86); }

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

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

 span { border-color: rgb(194,126,86); }

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