Html Css Color HEX #C57071 Froly

📋 copy color: '#C57071'

red 197 ◦ green 112 ◦ blue 113

#C57071
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Froly #C57071

Tints of Froly #C57071

RGB

 RED value IS 197 (77.34% from 255) = 46.68%

 GREEN value IS 112 (44.14% from 255) = 26.54%

 BLUE value IS 113 (44.53% from 255) = 26.78%

R = 46.68%
G = 26.54%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C57071 (or 0xC57071) is known color: Froly. HEX triplet: C5, 70 and 71. RGB value is (197,112,113). Sum of RGB (Red+Green+Blue) = 197+112+113=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C57071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57071 is #3A8F8E. Grayscale: #898989. Windows color (decimal): -3837839 or 7434437. OLE color: 7434437.

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

Color convert

RGB 197 112 113 -
CMYK 0 0.43 0.43 0.23
HSL 359.29º 0.42% 0.61% -
HSV(B) 359.29º 0.43% 0.77% -
XYZ 31.8 24.65 18.7 -
YUV 137.53 114.16 170.42 -
System Red Green Blue C M Y K H S L
Decimal 197 112 113 0 0.43 0.43 0.23 359.29 0.42 0.61
Hex C5 70 71 0 2B 2B 17 167 2A 3D
Octal 305 160 161 0 53 53 27 547 52 75
Binary 11000101 1110000 1110001 0 101011 101011 10111 101100111 101010 111101

Color Harmonies of #C57071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57071

Black with #C57071

Text Example


Text Example

White with #C57071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57071; }

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

 H1.HeaderClassName
 {
   color: #C57071;
 }
 .AnyTagClassName
 {
   color: #C57071;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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