Html Css Color HEX #C47F8A Charm

📋 copy color: '#C47F8A'

red 196 ◦ green 127 ◦ blue 138

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

Shades of Charm #C47F8A

Tints of Charm #C47F8A

RGB

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

 GREEN value IS 127 (50% from 255) = 27.55%

 BLUE value IS 138 (54.3% from 255) = 29.93%

R = 42.52%
G = 27.55%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C47F8A (or 0xC47F8A) is known color: Charm. HEX triplet: C4, 7F and 8A. RGB value is (196,127,138). Sum of RGB (Red+Green+Blue) = 196+127+138=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47F8A is #3B8075. Grayscale: #949494. Windows color (decimal): -3899510 or 9076676. OLE color: 9076676.

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

Color convert

RGB 196 127 138 -
CMYK 0 0.35 0.30 0.23
HSL 350.43º 0.37% 0.63% -
HSV(B) 350.43º 0.35% 0.77% -
XYZ 34.94 28.75 27.75 -
YUV 148.89 121.86 161.61 -
System Red Green Blue C M Y K H S L
Decimal 196 127 138 0 0.35 0.30 0.23 350.43 0.37 0.63
Hex C4 7F 8A 0 23 1E 17 15E 25 3F
Octal 304 177 212 0 43 36 27 536 45 77
Binary 11000100 1111111 10001010 0 100011 11110 10111 101011110 100101 111111

Color Harmonies of #C47F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F8A

Black with #C47F8A

Text Example


Text Example

White with #C47F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F8A; }

 p { color: rgb(196,127,138); }

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

background-color css

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

 a { background-color: rgb(196,127,138); }

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

border-color css

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

 span { border-color: rgb(196,127,138); }

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