Html Css Color HEX #C77480 Charm

📋 copy color: '#C77480'

red 199 ◦ green 116 ◦ blue 128

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

Shades of Charm #C77480

Tints of Charm #C77480

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.19%

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

R = 44.92%
G = 26.19%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C77480 (or 0xC77480) is known color: Charm. HEX triplet: C7, 74 and 80. RGB value is (199,116,128). Sum of RGB (Red+Green+Blue) = 199+116+128=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C77480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77480 is #388B7F. Grayscale: #8E8E8E. Windows color (decimal): -3705728 or 8418503. OLE color: 8418503.

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

Color convert

RGB 199 116 128 -
CMYK 0 0.42 0.36 0.22
HSL 351.33º 0.43% 0.62% -
HSV(B) 351.33º 0.42% 0.78% -
XYZ 33.69 26.19 23.7 -
YUV 142.19 120 168.52 -
System Red Green Blue C M Y K H S L
Decimal 199 116 128 0 0.42 0.36 0.22 351.33 0.43 0.62
Hex C7 74 80 0 2A 24 16 15F 2B 3E
Octal 307 164 200 0 52 44 26 537 53 76
Binary 11000111 1110100 10000000 0 101010 100100 10110 101011111 101011 111110

Color Harmonies of #C77480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77480

Black with #C77480

Text Example


Text Example

White with #C77480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77480; }

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

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

background-color css

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

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

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

border-color css

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

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

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