#C27E5D

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

Shades of Burning Sand #C27E5D

Tints of Burning Sand #C27E5D

Color information

#C27E5D (or 0xC27E5D) is unknown color: approx Burning Sand. HEX triplet: C2, 7E and 5D. RGB value is (194,126,93). Sum of RGB (Red+Green+Blue) = 194+126+93=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27E5D is #3D81A2. Grayscale: #8E8E8E. Windows color (decimal): -4030883 or 6127298. OLE color: 6127298.

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

Color convert

RGB19412693-
CMYK00.350.520.24
HSL19.6º45.29%56.27%-
HSV(B)19.6º52.06%76.08%-
XYZ31.6827.1813.93-
YUV142.57100.03164.68-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.97%
GREEN value IS 126 (49.61% from 255) = 30.51%
BLUE value IS 93 (36.72% from 255) = 22.52%
R=46.97%
G=30.51%
B=22.52%

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
Decimal1941269300.350.520.2419.645.2956.27
HexC27E5D0233418142d38
Octal3021761350436430245570
Binary110000101111110101110101000111101001100010100101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27E5D; }

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

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

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

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

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

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

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

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