Html Css Color HEX #C77280 Charm

📋 copy color: '#C77280'

red 199 ◦ green 114 ◦ blue 128

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

Shades of Charm #C77280

Tints of Charm #C77280

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.85%

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

R = 45.12%
G = 25.85%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C77280 (or 0xC77280) is known color: Charm. HEX triplet: C7, 72 and 80. RGB value is (199,114,128). Sum of RGB (Red+Green+Blue) = 199+114+128=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C77280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77280 is #388D7F. Grayscale: #8D8D8D. Windows color (decimal): -3706240 or 8417991. OLE color: 8417991.

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

Color convert

RGB 199 114 128 -
CMYK 0 0.43 0.36 0.22
HSL 350.12º 0.43% 0.61% -
HSV(B) 350.12º 0.43% 0.78% -
XYZ 33.47 25.74 23.63 -
YUV 141.01 120.66 169.36 -
System Red Green Blue C M Y K H S L
Decimal 199 114 128 0 0.43 0.36 0.22 350.12 0.43 0.61
Hex C7 72 80 0 2B 24 16 15E 2B 3D
Octal 307 162 200 0 53 44 26 536 53 75
Binary 11000111 1110010 10000000 0 101011 100100 10110 101011110 101011 111101

Color Harmonies of #C77280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77280

Black with #C77280

Text Example


Text Example

White with #C77280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77280; }

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

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

background-color css

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

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

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

border-color css

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

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

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