#c27f6c

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

Shades of Burning Sand #C27F6C

Tints of Burning Sand #C27F6C

Color information

#C27F6C (or 0xC27F6C) is unknown color: approx Burning Sand. HEX triplet: C2, 7F and 6C. RGB value is (194,127,108). Sum of RGB (Red+Green+Blue) = 194+127+108=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27F6C is #3D8093. Grayscale: #919191. Windows color (decimal): -4030612 or 7110594. OLE color: 7110594.

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

Color convert

RGB194127108-
CMYK00.350.440.24
HSL13.26º41.35%59.22%-
HSV(B)13.26º44.33%76.08%-
XYZ32.5427.7317.82-
YUV144.87107.2163.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.22%
GREEN value IS 127 (50% from 255) = 29.60%
BLUE value IS 108 (42.58% from 255) = 25.17%
R=45.22%
G=29.60%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412710800.350.440.2413.2641.3559.22
HexC27F6C0232C18d293b
Octal3021771540435430155173
Binary11000010111111111011000100011101100110001101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c27f6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c27f6c; }

 p { color: rgb(194,127,108); }

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

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

 a { background-color: rgb(194,127,108); }

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

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

 span { border-color: rgb(194,127,108); }

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