Html Css Color HEX #C47E94 Puce

📋 copy color: '#C47E94'

red 196 ◦ green 126 ◦ blue 148

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

Shades of Puce #C47E94

Tints of Puce #C47E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.49%

R = 41.7%
G = 26.81%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C47E94 (or 0xC47E94) is known color: Puce. HEX triplet: C4, 7E and 94. RGB value is (196,126,148). Sum of RGB (Red+Green+Blue) = 196+126+148=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47E94 is #3B816B. Grayscale: #959595. Windows color (decimal): -3899756 or 9731780. OLE color: 9731780.

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

Color convert

RGB 196 126 148 -
CMYK 0 0.36 0.24 0.23
HSL 341.14º 0.37% 0.63% -
HSV(B) 341.14º 0.36% 0.77% -
XYZ 35.57 28.8 31.7 -
YUV 149.44 127.19 161.21 -
System Red Green Blue C M Y K H S L
Decimal 196 126 148 0 0.36 0.24 0.23 341.14 0.37 0.63
Hex C4 7E 94 0 24 18 17 155 25 3F
Octal 304 176 224 0 44 30 27 525 45 77
Binary 11000100 1111110 10010100 0 100100 11000 10111 101010101 100101 111111

Color Harmonies of #C47E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47E94

Black with #C47E94

Text Example


Text Example

White with #C47E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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