#C27E65

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

Shades of Burning Sand #C27E65

Tints of Burning Sand #C27E65

Color information

#C27E65 (or 0xC27E65) is unknown color: approx Burning Sand. HEX triplet: C2, 7E and 65. RGB value is (194,126,101). Sum of RGB (Red+Green+Blue) = 194+126+101=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27E65 is #3D819A. Grayscale: #8F8F8F. Windows color (decimal): -4030875 or 6651586. OLE color: 6651586.

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

Color convert

RGB194126101-
CMYK00.350.480.24
HSL16.13º43.26%57.84%-
HSV(B)16.13º47.94%76.08%-
XYZ32.0627.3315.9-
YUV143.48104.03164.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.08%
GREEN value IS 126 (49.61% from 255) = 29.93%
BLUE value IS 101 (39.84% from 255) = 23.99%
R=46.08%
G=29.93%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412610100.350.480.2416.1343.2657.84
HexC27E650233018102b3a
Octal3021761450436030205372
Binary110000101111110110010101000111100001100010000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27E65; }

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

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

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

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

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

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

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

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