Html Css Color HEX #C77374 Froly

📋 copy color: '#C77374'

red 199 ◦ green 115 ◦ blue 116

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

Shades of Froly #C77374

Tints of Froly #C77374

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.74%

 BLUE value IS 116 (45.7% from 255) = 26.98%

R = 46.28%
G = 26.74%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C77374 (or 0xC77374) is known color: Froly. HEX triplet: C7, 73 and 74. RGB value is (199,115,116). Sum of RGB (Red+Green+Blue) = 199+115+116=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C77374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77374 is #388C8B. Grayscale: #8C8C8C. Windows color (decimal): -3705996 or 7631815. OLE color: 7631815.

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

Color convert

RGB 199 115 116 -
CMYK 0 0.42 0.42 0.22
HSL 359.29º 0.43% 0.62% -
HSV(B) 359.29º 0.42% 0.78% -
XYZ 32.84 25.66 19.75 -
YUV 140.23 114.33 169.92 -
System Red Green Blue C M Y K H S L
Decimal 199 115 116 0 0.42 0.42 0.22 359.29 0.43 0.62
Hex C7 73 74 0 2A 2A 16 167 2B 3E
Octal 307 163 164 0 52 52 26 547 53 76
Binary 11000111 1110011 1110100 0 101010 101010 10110 101100111 101011 111110

Color Harmonies of #C77374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77374

Black with #C77374

Text Example


Text Example

White with #C77374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77374; }

 p { color: rgb(199,115,116); }

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

background-color css

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

 a { background-color: rgb(199,115,116); }

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

border-color css

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

 span { border-color: rgb(199,115,116); }

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