#C27C5C

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

Shades of Burning Sand #C27C5C

Tints of Burning Sand #C27C5C

Color information

#C27C5C (or 0xC27C5C) is unknown color: approx Burning Sand. HEX triplet: C2, 7C and 5C. RGB value is (194,124,92). Sum of RGB (Red+Green+Blue) = 194+124+92=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 124 (48.83% from 255 or 30.24% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27C5C is #3D83A3. Grayscale: #8D8D8D. Windows color (decimal): -4031396 or 6061250. OLE color: 6061250.

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

Color convert

RGB19412492-
CMYK00.360.530.24
HSL18.82º45.54%56.08%-
HSV(B)18.82º52.58%76.08%-
XYZ31.3926.6613.62-
YUV141.28100.19165.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.32%
GREEN value IS 124 (48.83% from 255) = 30.24%
BLUE value IS 92 (36.33% from 255) = 22.44%
R=47.32%
G=30.24%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941249200.360.530.2418.8245.5456.08
HexC27C5C0243518132e38
Octal3021741340446530235670
Binary110000101111100101110001001001101011100010011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27C5C; }

 p { color: rgb(194,124,92); }

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

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

 a { background-color: rgb(194,124,92); }

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

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

 span { border-color: rgb(194,124,92); }

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