Html Css Color HEX #C77071 Froly

📋 copy color: '#C77071'

red 199 ◦ green 112 ◦ blue 113

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

Shades of Froly #C77071

Tints of Froly #C77071

RGB

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

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

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

R = 46.93%
G = 26.42%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C77071 (or 0xC77071) is known color: Froly. HEX triplet: C7, 70 and 71. RGB value is (199,112,113). Sum of RGB (Red+Green+Blue) = 199+112+113=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 199 - color contains mainly: red. Hex color #C77071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77071 is #388F8E. Grayscale: #8A8A8A. Windows color (decimal): -3706767 or 7434439. OLE color: 7434439.

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

Color convert

RGB 199 112 113 -
CMYK 0 0.44 0.43 0.22
HSL 359.31º 0.44% 0.61% -
HSV(B) 359.31º 0.44% 0.78% -
XYZ 32.33 24.92 18.73 -
YUV 138.13 113.82 171.42 -
System Red Green Blue C M Y K H S L
Decimal 199 112 113 0 0.44 0.43 0.22 359.31 0.44 0.61
Hex C7 70 71 0 2C 2B 16 167 2C 3D
Octal 307 160 161 0 54 53 26 547 54 75
Binary 11000111 1110000 1110001 0 101100 101011 10110 101100111 101100 111101

Color Harmonies of #C77071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77071

Black with #C77071

Text Example


Text Example

White with #C77071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77071; }

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

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

background-color css

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

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

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

border-color css

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

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

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