Html Css Color HEX #C47980 Charm

📋 copy color: '#C47980'

red 196 ◦ green 121 ◦ blue 128

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

Shades of Charm #C47980

Tints of Charm #C47980

RGB

 RED value IS 196 (76.95% from 255) = 44.04%

 GREEN value IS 121 (47.66% from 255) = 27.19%

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

R = 44.04%
G = 27.19%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C47980 (or 0xC47980) is known color: Charm. HEX triplet: C4, 79 and 80. RGB value is (196,121,128). Sum of RGB (Red+Green+Blue) = 196+121+128=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C47980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47980 is #3B867F. Grayscale: #909090. Windows color (decimal): -3901056 or 8419780. OLE color: 8419780.

HSL color Cylindrical-coordinate representation of color #C47980: hue angle of 354.4º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C47980 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 121 128 -
CMYK 0 0.38 0.35 0.23
HSL 354.4º 0.39% 0.62% -
HSV(B) 354.4º 0.38% 0.77% -
XYZ 33.5 26.97 23.86 -
YUV 144.22 118.85 164.93 -
System Red Green Blue C M Y K H S L
Decimal 196 121 128 0 0.38 0.35 0.23 354.4 0.39 0.62
Hex C4 79 80 0 26 23 17 162 27 3E
Octal 304 171 200 0 46 43 27 542 47 76
Binary 11000100 1111001 10000000 0 100110 100011 10111 101100010 100111 111110

Color Harmonies of #C47980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47980

Black with #C47980

Text Example


Text Example

White with #C47980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47980; }

 p { color: rgb(196,121,128); }

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

background-color css

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

 a { background-color: rgb(196,121,128); }

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

border-color css

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

 span { border-color: rgb(196,121,128); }

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