#C27F6B

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

Shades of Burning Sand #C27F6B

Tints of Burning Sand #C27F6B

Color information

#C27F6B (or 0xC27F6B) is unknown color: approx Burning Sand. HEX triplet: C2, 7F and 6B. RGB value is (194,127,107). Sum of RGB (Red+Green+Blue) = 194+127+107=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27F6B is #3D8094. Grayscale: #909090. Windows color (decimal): -4030613 or 7045058. OLE color: 7045058.

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

Color convert

RGB194127107-
CMYK00.350.450.24
HSL13.79º41.63%59.02%-
HSV(B)13.79º44.85%76.08%-
XYZ32.4927.7117.55-
YUV144.75106.7163.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.33%
GREEN value IS 127 (50% from 255) = 29.67%
BLUE value IS 107 (42.19% from 255) = 25%
R=45.33%
G=29.67%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412710700.350.450.2413.7941.6359.02
HexC27F6B0232D18e2a3b
Octal3021771530435530165273
Binary11000010111111111010110100011101101110001110101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27F6B; }

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

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

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

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

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

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

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

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