Html Css Color HEX #C77172 Froly

📋 copy color: '#C77172'

red 199 ◦ green 113 ◦ blue 114

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

Shades of Froly #C77172

Tints of Froly #C77172

RGB

 RED value IS 199 (78.13% from 255) = 46.71%

 GREEN value IS 113 (44.53% from 255) = 26.53%

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

R = 46.71%
G = 26.53%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C77172 (or 0xC77172) is known color: Froly. HEX triplet: C7, 71 and 72. RGB value is (199,113,114). Sum of RGB (Red+Green+Blue) = 199+113+114=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C77172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77172 is #388E8D. Grayscale: #8A8A8A. Windows color (decimal): -3706510 or 7500231. OLE color: 7500231.

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

Color convert

RGB 199 113 114 -
CMYK 0 0.43 0.43 0.22
HSL 359.3º 0.43% 0.61% -
HSV(B) 359.3º 0.43% 0.78% -
XYZ 32.5 25.17 19.06 -
YUV 138.83 113.99 170.92 -
System Red Green Blue C M Y K H S L
Decimal 199 113 114 0 0.43 0.43 0.22 359.3 0.43 0.61
Hex C7 71 72 0 2B 2B 16 167 2B 3D
Octal 307 161 162 0 53 53 26 547 53 75
Binary 11000111 1110001 1110010 0 101011 101011 10110 101100111 101011 111101

Color Harmonies of #C77172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77172

Black with #C77172

Text Example


Text Example

White with #C77172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77172; }

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

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

background-color css

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

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

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

border-color css

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

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

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