Html Css Color HEX #C77080 Charm

📋 copy color: '#C77080'

red 199 ◦ green 112 ◦ blue 128

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

Shades of Charm #C77080

Tints of Charm #C77080

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.51%

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

R = 45.33%
G = 25.51%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C77080 (or 0xC77080) is known color: Charm. HEX triplet: C7, 70 and 80. RGB value is (199,112,128). Sum of RGB (Red+Green+Blue) = 199+112+128=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C77080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77080 is #388F7F. Grayscale: #8B8B8B. Windows color (decimal): -3706752 or 8417479. OLE color: 8417479.

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

Color convert

RGB 199 112 128 -
CMYK 0 0.44 0.36 0.22
HSL 348.97º 0.44% 0.61% -
HSV(B) 348.97º 0.44% 0.78% -
XYZ 33.24 25.29 23.55 -
YUV 139.84 121.32 170.2 -
System Red Green Blue C M Y K H S L
Decimal 199 112 128 0 0.44 0.36 0.22 348.97 0.44 0.61
Hex C7 70 80 0 2C 24 16 15D 2C 3D
Octal 307 160 200 0 54 44 26 535 54 75
Binary 11000111 1110000 10000000 0 101100 100100 10110 101011101 101100 111101

Color Harmonies of #C77080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77080

Black with #C77080

Text Example


Text Example

White with #C77080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77080; }

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

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

background-color css

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

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

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

border-color css

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

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

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