Html Css Color HEX #C47991 Charm

📋 copy color: '#C47991'

red 196 ◦ green 121 ◦ blue 145

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

Shades of Charm #C47991

Tints of Charm #C47991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.39%

R = 42.42%
G = 26.19%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C47991 (or 0xC47991) is known color: Charm. HEX triplet: C4, 79 and 91. RGB value is (196,121,145). Sum of RGB (Red+Green+Blue) = 196+121+145=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 145 (57.03% from 255 or 31.39% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C47991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47991 is #3B866E. Grayscale: #929292. Windows color (decimal): -3901039 or 9533892. OLE color: 9533892.

HSL color Cylindrical-coordinate representation of color #C47991: hue angle of 340.8º 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 #C47991 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 121 145 -
CMYK 0 0.38 0.26 0.23
HSL 340.8º 0.39% 0.62% -
HSV(B) 340.8º 0.38% 0.77% -
XYZ 34.71 27.45 30.26 -
YUV 146.16 127.35 163.55 -
System Red Green Blue C M Y K H S L
Decimal 196 121 145 0 0.38 0.26 0.23 340.8 0.39 0.62
Hex C4 79 91 0 26 1A 17 155 27 3E
Octal 304 171 221 0 46 32 27 525 47 76
Binary 11000100 1111001 10010001 0 100110 11010 10111 101010101 100111 111110

Color Harmonies of #C47991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47991

Black with #C47991

Text Example


Text Example

White with #C47991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47991; }

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

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

background-color css

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

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

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

border-color css

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

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

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