#C27E55

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

Shades of Burning Sand #C27E55

Tints of Burning Sand #C27E55

Color information

#C27E55 (or 0xC27E55) is unknown color: approx Burning Sand. HEX triplet: C2, 7E and 55. RGB value is (194,126,85). Sum of RGB (Red+Green+Blue) = 194+126+85=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27E55 is #3D81AA. Grayscale: #8D8D8D. Windows color (decimal): -4030891 or 5603010. OLE color: 5603010.

HSL color Cylindrical-coordinate representation of color #C27E55: hue angle of 22.57º 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 #C27E55 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB19412685-
CMYK00.350.560.24
HSL22.57º47.19%54.71%-
HSV(B)22.57º56.19%76.08%-
XYZ31.3527.0512.16-
YUV141.6696.03165.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.90%
GREEN value IS 126 (49.61% from 255) = 31.11%
BLUE value IS 85 (33.59% from 255) = 20.99%
R=47.90%
G=31.11%
B=20.99%

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
Decimal1941268500.350.560.2422.5747.1954.71
HexC27E550233818172f37
Octal3021761250437030275767
Binary110000101111110101010101000111110001100010111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27E55; }

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

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

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

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

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

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

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

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