Html Css Color HEX #C77475 Froly

📋 copy color: '#C77475'

red 199 ◦ green 116 ◦ blue 117

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

Shades of Froly #C77475

Tints of Froly #C77475

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.85%

 BLUE value IS 117 (46.09% from 255) = 27.08%

R = 46.06%
G = 26.85%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C77475 (or 0xC77475) is known color: Froly. HEX triplet: C7, 74 and 75. RGB value is (199,116,117). Sum of RGB (Red+Green+Blue) = 199+116+117=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C77475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77475 is #388B8A. Grayscale: #8D8D8D. Windows color (decimal): -3705739 or 7697607. OLE color: 7697607.

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

Color convert

RGB 199 116 117 -
CMYK 0 0.42 0.41 0.22
HSL 359.28º 0.43% 0.62% -
HSV(B) 359.28º 0.42% 0.78% -
XYZ 33.01 25.92 20.09 -
YUV 140.93 114.5 169.42 -
System Red Green Blue C M Y K H S L
Decimal 199 116 117 0 0.42 0.41 0.22 359.28 0.43 0.62
Hex C7 74 75 0 2A 29 16 167 2B 3E
Octal 307 164 165 0 52 51 26 547 53 76
Binary 11000111 1110100 1110101 0 101010 101001 10110 101100111 101011 111110

Color Harmonies of #C77475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77475

Black with #C77475

Text Example


Text Example

White with #C77475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77475; }

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

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

background-color css

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

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

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

border-color css

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

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

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