#C76C6F

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

Shades of Froly #C76C6F

Tints of Froly #C76C6F

Color information

#C76C6F (or 0xC76C6F) is unknown color: approx Froly. HEX triplet: C7, 6C and 6F. RGB value is (199,108,111). Sum of RGB (Red+Green+Blue) = 199+108+111=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76C6F is #389390. Grayscale: #878787. Windows color (decimal): -3707793 or 7302343. OLE color: 7302343.

HSL color Cylindrical-coordinate representation of color #C76C6F: hue angle of 358.02º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C76C6F is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB199108111-
CMYK00.460.440.22
HSL358.02º44.83%60.2%-
HSV(B)358.02º45.73%78.04%-
XYZ31.7824.0118-
YUV135.55114.15173.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.61%
GREEN value IS 108 (42.58% from 255) = 25.84%
BLUE value IS 111 (43.75% from 255) = 26.56%
R=47.61%
G=25.84%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910811100.460.440.22358.0244.8360.2
HexC76C6F02E2C161662d3c
Octal30715415705654265465574
Binary1100011111011001101111010111010110010110101100110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76C6F; }

 p { color: rgb(199,108,111); }

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

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

 a { background-color: rgb(199,108,111); }

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

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

 span { border-color: rgb(199,108,111); }

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