Html Css Color HEX #C77073 Froly

📋 copy color: '#C77073'

red 199 ◦ green 112 ◦ blue 115

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

Shades of Froly #C77073

Tints of Froly #C77073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27%

R = 46.71%
G = 26.29%
B = 27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C77073 (or 0xC77073) is known color: Froly. HEX triplet: C7, 70 and 73. RGB value is (199,112,115). Sum of RGB (Red+Green+Blue) = 199+112+115=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C77073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77073 is #388F8C. Grayscale: #8A8A8A. Windows color (decimal): -3706765 or 7565511. OLE color: 7565511.

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

Color convert

RGB 199 112 115 -
CMYK 0 0.44 0.42 0.22
HSL 357.93º 0.44% 0.61% -
HSV(B) 357.93º 0.44% 0.78% -
XYZ 32.44 24.97 19.33 -
YUV 138.36 114.82 171.26 -
System Red Green Blue C M Y K H S L
Decimal 199 112 115 0 0.44 0.42 0.22 357.93 0.44 0.61
Hex C7 70 73 0 2C 2A 16 166 2C 3D
Octal 307 160 163 0 54 52 26 546 54 75
Binary 11000111 1110000 1110011 0 101100 101010 10110 101100110 101100 111101

Color Harmonies of #C77073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77073

Black with #C77073

Text Example


Text Example

White with #C77073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77073; }

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

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

background-color css

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

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

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

border-color css

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

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

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