#C67172

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

Shades of Froly #C67172

Tints of Froly #C67172

Color information

#C67172 (or 0xC67172) is unknown color: approx Froly. HEX triplet: C6, 71 and 72. RGB value is (198,113,114). Sum of RGB (Red+Green+Blue) = 198+113+114=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C67172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67172 is #398E8D. Grayscale: #8A8A8A. Windows color (decimal): -3772046 or 7500230. OLE color: 7500230.

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

Color convert

RGB198113114-
CMYK00.430.420.22
HSL359.29º42.71%60.98%-
HSV(B)359.29º42.93%77.65%-
XYZ32.2325.0319.05-
YUV138.53114.16170.42-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.59%
GREEN value IS 113 (44.53% from 255) = 26.59%
BLUE value IS 114 (44.92% from 255) = 26.82%
R=46.59%
G=26.59%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811311400.430.420.22359.2942.7160.98
HexC6717202B2A161672b3d
Octal30616116205352265475375
Binary1100011011100011110010010101110101010110101100111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67172; }

 p { color: rgb(198,113,114); }

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

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

 a { background-color: rgb(198,113,114); }

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

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

 span { border-color: rgb(198,113,114); }

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