#C27F5F

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

Shades of Burning Sand #C27F5F

Tints of Burning Sand #C27F5F

Color information

#C27F5F (or 0xC27F5F) is unknown color: approx Burning Sand. HEX triplet: C2, 7F and 5F. RGB value is (194,127,95). Sum of RGB (Red+Green+Blue) = 194+127+95=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27F5F is #3D80A0. Grayscale: #8F8F8F. Windows color (decimal): -4030625 or 6258626. OLE color: 6258626.

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

Color convert

RGB19412795-
CMYK00.350.510.24
HSL19.39º44.8%56.67%-
HSV(B)19.39º51.03%76.08%-
XYZ31.927.4714.45-
YUV143.39100.7164.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.63%
GREEN value IS 127 (50% from 255) = 30.53%
BLUE value IS 95 (37.5% from 255) = 22.84%
R=46.63%
G=30.53%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941279500.350.510.2419.3944.856.67
HexC27F5F0233318132d39
Octal3021771370436330235571
Binary110000101111111101111101000111100111100010011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27F5F; }

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

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

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

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

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

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

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

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