#C27F69

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

Shades of Burning Sand #C27F69

Tints of Burning Sand #C27F69

Color information

#C27F69 (or 0xC27F69) is unknown color: approx Burning Sand. HEX triplet: C2, 7F and 69. RGB value is (194,127,105). Sum of RGB (Red+Green+Blue) = 194+127+105=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27F69 is #3D8096. Grayscale: #909090. Windows color (decimal): -4030615 or 6913986. OLE color: 6913986.

HSL color Cylindrical-coordinate representation of color #C27F69: hue angle of 14.83º 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 #C27F69 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB194127105-
CMYK00.350.460.24
HSL14.83º42.18%58.63%-
HSV(B)14.83º45.88%76.08%-
XYZ32.3927.6717-
YUV144.52105.7163.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.54%
GREEN value IS 127 (50% from 255) = 29.81%
BLUE value IS 105 (41.41% from 255) = 24.65%
R=45.54%
G=29.81%
B=24.65%

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
Decimal19412710500.350.460.2414.8342.1858.63
HexC27F690232E18f2a3b
Octal3021771510435630175273
Binary11000010111111111010010100011101110110001111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27F69; }

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

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

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

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

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

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

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

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