#C67071

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

Shades of Froly #C67071

Tints of Froly #C67071

Color information

#C67071 (or 0xC67071) is unknown color: approx Froly. HEX triplet: C6, 70 and 71. RGB value is (198,112,113). Sum of RGB (Red+Green+Blue) = 198+112+113=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C67071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67071 is #398F8E. Grayscale: #898989. Windows color (decimal): -3772303 or 7434438. OLE color: 7434438.

HSL color Cylindrical-coordinate representation of color #C67071: hue angle of 359.3º 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 #C67071 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB198112113-
CMYK00.430.430.22
HSL359.3º43%60.78%-
HSV(B)359.3º43.43%77.65%-
XYZ32.0624.7918.72-
YUV137.83113.99170.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.81%
GREEN value IS 112 (44.14% from 255) = 26.48%
BLUE value IS 113 (44.53% from 255) = 26.71%
R=46.81%
G=26.48%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811211300.430.430.22359.34360.78
HexC6707102B2B161672b3d
Octal30616016105353265475375
Binary1100011011100001110001010101110101110110101100111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67071; }

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

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

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

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

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

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

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

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