#C96C6E

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

Shades of Froly #C96C6E

Tints of Froly #C96C6E

Color information

#C96C6E (or 0xC96C6E) is unknown color: approx Froly. HEX triplet: C9, 6C and 6E. RGB value is (201,108,110). Sum of RGB (Red+Green+Blue) = 201+108+110=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96C6E is #369391. Grayscale: #888888. Windows color (decimal): -3576722 or 7236809. OLE color: 7236809.

HSL color Cylindrical-coordinate representation of color #C96C6E: hue angle of 358.71º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C96C6E is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB201108110-
CMYK00.460.450.21
HSL358.71º46.27%60.59%-
HSV(B)358.71º46.27%78.82%-
XYZ32.2624.2717.74-
YUV136.04113.31174.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.97%
GREEN value IS 108 (42.58% from 255) = 25.78%
BLUE value IS 110 (43.36% from 255) = 26.25%
R=47.97%
G=25.78%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110811000.460.450.21358.7146.2760.59
HexC96C6E02E2D151672e3d
Octal31115415605655255475675
Binary1100100111011001101110010111010110110101101100111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96C6E; }

 p { color: rgb(201,108,110); }

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

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

 a { background-color: rgb(201,108,110); }

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

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

 span { border-color: rgb(201,108,110); }

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