Html Css Color HEX #C47C8F Charm

📋 copy color: '#C47C8F'

red 196 ◦ green 124 ◦ blue 143

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

Shades of Charm #C47C8F

Tints of Charm #C47C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.89%

R = 42.33%
G = 26.78%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C47C8F (or 0xC47C8F) is known color: Charm. HEX triplet: C4, 7C and 8F. RGB value is (196,124,143). Sum of RGB (Red+Green+Blue) = 196+124+143=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47C8F is #3B8370. Grayscale: #939393. Windows color (decimal): -3900273 or 9403588. OLE color: 9403588.

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

Color convert

RGB 196 124 143 -
CMYK 0 0.37 0.27 0.23
HSL 344.17º 0.38% 0.63% -
HSV(B) 344.17º 0.37% 0.77% -
XYZ 34.93 28.13 29.58 -
YUV 147.69 125.35 162.46 -
System Red Green Blue C M Y K H S L
Decimal 196 124 143 0 0.37 0.27 0.23 344.17 0.38 0.63
Hex C4 7C 8F 0 25 1B 17 158 26 3F
Octal 304 174 217 0 45 33 27 530 46 77
Binary 11000100 1111100 10001111 0 100101 11011 10111 101011000 100110 111111

Color Harmonies of #C47C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47C8F

Black with #C47C8F

Text Example


Text Example

White with #C47C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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