#C76D6F

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

Shades of Froly #C76D6F

Tints of Froly #C76D6F

Color information

#C76D6F (or 0xC76D6F) is unknown color: approx Froly. HEX triplet: C7, 6D and 6F. RGB value is (199,109,111). Sum of RGB (Red+Green+Blue) = 199+109+111=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76D6F is #389290. Grayscale: #888888. Windows color (decimal): -3707537 or 7302599. OLE color: 7302599.

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

Color convert

RGB199109111-
CMYK00.450.440.22
HSL358.67º44.55%60.39%-
HSV(B)358.67º45.23%78.04%-
XYZ31.8924.2318.03-
YUV136.14113.82172.84-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.49%
GREEN value IS 109 (42.97% from 255) = 26.01%
BLUE value IS 111 (43.75% from 255) = 26.49%
R=47.49%
G=26.01%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910911100.450.440.22358.6744.5560.39
HexC76D6F02D2C161672d3c
Octal30715515705554265475574
Binary1100011111011011101111010110110110010110101100111101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76D6F; }

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

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

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

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

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

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

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

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