Html Css Color HEX #C47C94 Puce

📋 copy color: '#C47C94'

red 196 ◦ green 124 ◦ blue 148

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

Shades of Puce #C47C94

Tints of Puce #C47C94

RGB

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

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

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

R = 41.88%
G = 26.5%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C47C94 (or 0xC47C94) is known color: Puce. HEX triplet: C4, 7C and 94. RGB value is (196,124,148). Sum of RGB (Red+Green+Blue) = 196+124+148=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47C94 is #3B836B. Grayscale: #949494. Windows color (decimal): -3900268 or 9731268. OLE color: 9731268.

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

Color convert

RGB 196 124 148 -
CMYK 0 0.37 0.24 0.23
HSL 340º 0.38% 0.63% -
HSV(B) 340º 0.37% 0.77% -
XYZ 35.32 28.29 31.62 -
YUV 148.26 127.85 162.05 -
System Red Green Blue C M Y K H S L
Decimal 196 124 148 0 0.37 0.24 0.23 340 0.38 0.63
Hex C4 7C 94 0 25 18 17 154 26 3F
Octal 304 174 224 0 45 30 27 524 46 77
Binary 11000100 1111100 10010100 0 100101 11000 10111 101010100 100110 111111

Color Harmonies of #C47C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47C94

Black with #C47C94

Text Example


Text Example

White with #C47C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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