Html Css Color HEX #C47E90 Puce

📋 copy color: '#C47E90'

red 196 ◦ green 126 ◦ blue 144

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

Shades of Puce #C47E90

Tints of Puce #C47E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.9%

R = 42.06%
G = 27.04%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C47E90 (or 0xC47E90) is known color: Puce. HEX triplet: C4, 7E and 90. RGB value is (196,126,144). Sum of RGB (Red+Green+Blue) = 196+126+144=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47E90 is #3B816F. Grayscale: #949494. Windows color (decimal): -3899760 or 9469636. OLE color: 9469636.

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

Color convert

RGB 196 126 144 -
CMYK 0 0.36 0.27 0.23
HSL 344.57º 0.37% 0.63% -
HSV(B) 344.57º 0.36% 0.77% -
XYZ 35.26 28.67 30.06 -
YUV 148.98 125.19 161.54 -
System Red Green Blue C M Y K H S L
Decimal 196 126 144 0 0.36 0.27 0.23 344.57 0.37 0.63
Hex C4 7E 90 0 24 1B 17 159 25 3F
Octal 304 176 220 0 44 33 27 531 45 77
Binary 11000100 1111110 10010000 0 100100 11011 10111 101011001 100101 111111

Color Harmonies of #C47E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47E90

Black with #C47E90

Text Example


Text Example

White with #C47E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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