#C27E69

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

Shades of Burning Sand #C27E69

Tints of Burning Sand #C27E69

Color information

#C27E69 (or 0xC27E69) is unknown color: approx Burning Sand. HEX triplet: C2, 7E and 69. RGB value is (194,126,105). Sum of RGB (Red+Green+Blue) = 194+126+105=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27E69 is #3D8196. Grayscale: #909090. Windows color (decimal): -4030871 or 6913730. OLE color: 6913730.

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

Color convert

RGB194126105-
CMYK00.350.460.24
HSL14.16º42.18%58.63%-
HSV(B)14.16º45.88%76.08%-
XYZ32.2627.4116.96-
YUV143.94106.03163.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.65%
GREEN value IS 126 (49.61% from 255) = 29.65%
BLUE value IS 105 (41.41% from 255) = 24.71%
R=45.65%
G=29.65%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412610500.350.460.2414.1642.1858.63
HexC27E690232E18e2a3b
Octal3021761510435630165273
Binary11000010111111011010010100011101110110001110101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27E69; }

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

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

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

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

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

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

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

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