Html Css Color HEX #C47C91 Charm

📋 copy color: '#C47C91'

red 196 ◦ green 124 ◦ blue 145

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

Shades of Charm #C47C91

Tints of Charm #C47C91

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.67%

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

R = 42.15%
G = 26.67%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C47C91 (or 0xC47C91) is known color: Charm. HEX triplet: C4, 7C and 91. RGB value is (196,124,145). Sum of RGB (Red+Green+Blue) = 196+124+145=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47C91 is #3B836E. Grayscale: #939393. Windows color (decimal): -3900271 or 9534660. OLE color: 9534660.

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

Color convert

RGB 196 124 145 -
CMYK 0 0.37 0.26 0.23
HSL 342.5º 0.38% 0.63% -
HSV(B) 342.5º 0.37% 0.77% -
XYZ 35.08 28.2 30.38 -
YUV 147.92 126.35 162.29 -
System Red Green Blue C M Y K H S L
Decimal 196 124 145 0 0.37 0.26 0.23 342.5 0.38 0.63
Hex C4 7C 91 0 25 1A 17 156 26 3F
Octal 304 174 221 0 45 32 27 526 46 77
Binary 11000100 1111100 10010001 0 100101 11010 10111 101010110 100110 111111

Color Harmonies of #C47C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47C91

Black with #C47C91

Text Example


Text Example

White with #C47C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47C91; }

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

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

background-color css

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

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

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

border-color css

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

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

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