Html Css Color HEX #C77C8E Charm

📋 copy color: '#C77C8E'

red 199 ◦ green 124 ◦ blue 142

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

Shades of Charm #C77C8E

Tints of Charm #C77C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.54%

R = 42.8%
G = 26.67%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C77C8E (or 0xC77C8E) is known color: Charm. HEX triplet: C7, 7C and 8E. RGB value is (199,124,142). Sum of RGB (Red+Green+Blue) = 199+124+142=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77C8E is #388371. Grayscale: #949494. Windows color (decimal): -3703666 or 9338055. OLE color: 9338055.

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

Color convert

RGB 199 124 142 -
CMYK 0 0.38 0.29 0.22
HSL 345.6º 0.4% 0.63% -
HSV(B) 345.6º 0.38% 0.78% -
XYZ 35.64 28.51 29.22 -
YUV 148.48 124.35 164.04 -
System Red Green Blue C M Y K H S L
Decimal 199 124 142 0 0.38 0.29 0.22 345.6 0.4 0.63
Hex C7 7C 8E 0 26 1D 16 15A 28 3F
Octal 307 174 216 0 46 35 26 532 50 77
Binary 11000111 1111100 10001110 0 100110 11101 10110 101011010 101000 111111

Color Harmonies of #C77C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77C8E

Black with #C77C8E

Text Example


Text Example

White with #C77C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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