Html Css Color HEX #C76D6E Froly

📋 copy color: '#C76D6E'

red 199 ◦ green 109 ◦ blue 110

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

Shades of Froly #C76D6E

Tints of Froly #C76D6E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.08%

 BLUE value IS 110 (43.36% from 255) = 26.32%

R = 47.61%
G = 26.08%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C76D6E (or 0xC76D6E) is known color: Froly. HEX triplet: C7, 6D and 6E. RGB value is (199,109,110). Sum of RGB (Red+Green+Blue) = 199+109+110=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76D6E is #389291. Grayscale: #888888. Windows color (decimal): -3707538 or 7237063. OLE color: 7237063.

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

Color convert

RGB 199 109 110 -
CMYK 0 0.45 0.45 0.22
HSL 359.33º 0.45% 0.6% -
HSV(B) 359.33º 0.45% 0.78% -
XYZ 31.84 24.21 17.75 -
YUV 136.02 113.32 172.92 -
System Red Green Blue C M Y K H S L
Decimal 199 109 110 0 0.45 0.45 0.22 359.33 0.45 0.6
Hex C7 6D 6E 0 2D 2D 16 167 2D 3C
Octal 307 155 156 0 55 55 26 547 55 74
Binary 11000111 1101101 1101110 0 101101 101101 10110 101100111 101101 111100

Color Harmonies of #C76D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76D6E

Black with #C76D6E

Text Example


Text Example

White with #C76D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76D6E; }

 p { color: rgb(199,109,110); }

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

background-color css

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

 a { background-color: rgb(199,109,110); }

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

border-color css

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

 span { border-color: rgb(199,109,110); }

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