Html Css Color HEX #C57072 Froly

📋 copy color: '#C57072'

red 197 ◦ green 112 ◦ blue 114

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

Shades of Froly #C57072

Tints of Froly #C57072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.95%

R = 46.57%
G = 26.48%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C57072 (or 0xC57072) is known color: Froly. HEX triplet: C5, 70 and 72. RGB value is (197,112,114). Sum of RGB (Red+Green+Blue) = 197+112+114=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C57072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57072 is #3A8F8D. Grayscale: #898989. Windows color (decimal): -3837838 or 7499973. OLE color: 7499973.

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

Color convert

RGB 197 112 114 -
CMYK 0 0.43 0.42 0.23
HSL 358.59º 0.42% 0.61% -
HSV(B) 358.59º 0.43% 0.77% -
XYZ 31.86 24.67 19 -
YUV 137.64 114.66 170.34 -
System Red Green Blue C M Y K H S L
Decimal 197 112 114 0 0.43 0.42 0.23 358.59 0.42 0.61
Hex C5 70 72 0 2B 2A 17 167 2A 3D
Octal 305 160 162 0 53 52 27 547 52 75
Binary 11000101 1110000 1110010 0 101011 101010 10111 101100111 101010 111101

Color Harmonies of #C57072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57072

Black with #C57072

Text Example


Text Example

White with #C57072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57072; }

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

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

background-color css

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

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

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

border-color css

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

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

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