#C27E5A

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

Shades of Burning Sand #C27E5A

Tints of Burning Sand #C27E5A

Color information

#C27E5A (or 0xC27E5A) is unknown color: approx Burning Sand. HEX triplet: C2, 7E and 5A. RGB value is (194,126,90). Sum of RGB (Red+Green+Blue) = 194+126+90=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27E5A is #3D81A5. Grayscale: #8E8E8E. Windows color (decimal): -4030886 or 5930690. OLE color: 5930690.

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

Color convert

RGB19412690-
CMYK00.350.540.24
HSL20.77º46.02%55.69%-
HSV(B)20.77º53.61%76.08%-
XYZ31.5527.1313.25-
YUV142.2398.53164.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.32%
GREEN value IS 126 (49.61% from 255) = 30.73%
BLUE value IS 90 (35.55% from 255) = 21.95%
R=47.32%
G=30.73%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941269000.350.540.2420.7746.0255.69
HexC27E5A0233618152e38
Octal3021761320436630255670
Binary110000101111110101101001000111101101100010101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27E5A; }

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

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

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

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

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

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

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

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