Html Css Color HEX #C47E9F Puce

📋 copy color: '#C47E9F'

red 196 ◦ green 126 ◦ blue 159

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

Shades of Puce #C47E9F

Tints of Puce #C47E9F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.2%

 BLUE value IS 159 (62.5% from 255) = 33.06%

R = 40.75%
G = 26.2%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C47E9F (or 0xC47E9F) is known color: Puce. HEX triplet: C4, 7E and 9F. RGB value is (196,126,159). Sum of RGB (Red+Green+Blue) = 196+126+159=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47E9F is #3B8160. Grayscale: #969696. Windows color (decimal): -3899745 or 10452676. OLE color: 10452676.

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

Color convert

RGB 196 126 159 -
CMYK 0 0.36 0.19 0.23
HSL 331.71º 0.37% 0.63% -
HSV(B) 331.71º 0.36% 0.77% -
XYZ 36.48 29.16 36.51 -
YUV 150.69 132.69 160.32 -
System Red Green Blue C M Y K H S L
Decimal 196 126 159 0 0.36 0.19 0.23 331.71 0.37 0.63
Hex C4 7E 9F 0 24 13 17 14C 25 3F
Octal 304 176 237 0 44 23 27 514 45 77
Binary 11000100 1111110 10011111 0 100100 10011 10111 101001100 100101 111111

Color Harmonies of #C47E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47E9F

Black with #C47E9F

Text Example


Text Example

White with #C47E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47E9F; }

 p { color: rgb(196,126,159); }

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

background-color css

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

 a { background-color: rgb(196,126,159); }

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

border-color css

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

 span { border-color: rgb(196,126,159); }

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