Html Css Color HEX #C77C80 Charm

📋 copy color: '#C77C80'

red 199 ◦ green 124 ◦ blue 128

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

Shades of Charm #C77C80

Tints of Charm #C77C80

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.49%

 BLUE value IS 128 (50.39% from 255) = 28.38%

R = 44.12%
G = 27.49%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C77C80 (or 0xC77C80) is known color: Charm. HEX triplet: C7, 7C and 80. RGB value is (199,124,128). Sum of RGB (Red+Green+Blue) = 199+124+128=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77C80 is #38837F. Grayscale: #929292. Windows color (decimal): -3703680 or 8420551. OLE color: 8420551.

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

Color convert

RGB 199 124 128 -
CMYK 0 0.38 0.36 0.22
HSL 356.8º 0.4% 0.63% -
HSV(B) 356.8º 0.38% 0.78% -
XYZ 34.66 28.12 24.02 -
YUV 146.88 117.35 165.17 -
System Red Green Blue C M Y K H S L
Decimal 199 124 128 0 0.38 0.36 0.22 356.8 0.4 0.63
Hex C7 7C 80 0 26 24 16 165 28 3F
Octal 307 174 200 0 46 44 26 545 50 77
Binary 11000111 1111100 10000000 0 100110 100100 10110 101100101 101000 111111

Color Harmonies of #C77C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77C80

Black with #C77C80

Text Example


Text Example

White with #C77C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77C80; }

 p { color: rgb(199,124,128); }

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

background-color css

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

 a { background-color: rgb(199,124,128); }

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

border-color css

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

 span { border-color: rgb(199,124,128); }

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