#C27E5E

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

Shades of Burning Sand #C27E5E

Tints of Burning Sand #C27E5E

Color information

#C27E5E (or 0xC27E5E) is unknown color: approx Burning Sand. HEX triplet: C2, 7E and 5E. RGB value is (194,126,94). Sum of RGB (Red+Green+Blue) = 194+126+94=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27E5E is #3D81A1. Grayscale: #8E8E8E. Windows color (decimal): -4030882 or 6192834. OLE color: 6192834.

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

Color convert

RGB19412694-
CMYK00.350.520.24
HSL19.2º45.05%56.47%-
HSV(B)19.2º51.55%76.08%-
XYZ31.7327.214.17-
YUV142.68100.53164.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.86%
GREEN value IS 126 (49.61% from 255) = 30.43%
BLUE value IS 94 (37.11% from 255) = 22.71%
R=46.86%
G=30.43%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941269400.350.520.2419.245.0556.47
HexC27E5E0233418132d38
Octal3021761360436430235570
Binary110000101111110101111001000111101001100010011101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27E5E; }

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

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

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

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

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

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

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

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