Html Css Color HEX #C77C8A Charm

📋 copy color: '#C77C8A'

red 199 ◦ green 124 ◦ blue 138

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

Shades of Charm #C77C8A

Tints of Charm #C77C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.93%

R = 43.17%
G = 26.9%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C77C8A (or 0xC77C8A) is known color: Charm. HEX triplet: C7, 7C and 8A. RGB value is (199,124,138). Sum of RGB (Red+Green+Blue) = 199+124+138=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77C8A is #388375. Grayscale: #949494. Windows color (decimal): -3703670 or 9075911. OLE color: 9075911.

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

Color convert

RGB 199 124 138 -
CMYK 0 0.38 0.31 0.22
HSL 348.8º 0.4% 0.63% -
HSV(B) 348.8º 0.38% 0.78% -
XYZ 35.35 28.39 27.66 -
YUV 148.02 122.35 164.36 -
System Red Green Blue C M Y K H S L
Decimal 199 124 138 0 0.38 0.31 0.22 348.8 0.4 0.63
Hex C7 7C 8A 0 26 1F 16 15D 28 3F
Octal 307 174 212 0 46 37 26 535 50 77
Binary 11000111 1111100 10001010 0 100110 11111 10110 101011101 101000 111111

Color Harmonies of #C77C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77C8A

Black with #C77C8A

Text Example


Text Example

White with #C77C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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