Html Css Color HEX #C47F95 Puce

📋 copy color: '#C47F95'

red 196 ◦ green 127 ◦ blue 149

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

Shades of Puce #C47F95

Tints of Puce #C47F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.57%

R = 41.53%
G = 26.91%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C47F95 (or 0xC47F95) is known color: Puce. HEX triplet: C4, 7F and 95. RGB value is (196,127,149). Sum of RGB (Red+Green+Blue) = 196+127+149=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47F95 is #3B806A. Grayscale: #969696. Windows color (decimal): -3899499 or 9797572. OLE color: 9797572.

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

Color convert

RGB 196 127 149 -
CMYK 0 0.35 0.24 0.23
HSL 340.87º 0.37% 0.63% -
HSV(B) 340.87º 0.35% 0.77% -
XYZ 35.78 29.08 32.16 -
YUV 150.14 127.36 160.71 -
System Red Green Blue C M Y K H S L
Decimal 196 127 149 0 0.35 0.24 0.23 340.87 0.37 0.63
Hex C4 7F 95 0 23 18 17 155 25 3F
Octal 304 177 225 0 43 30 27 525 45 77
Binary 11000100 1111111 10010101 0 100011 11000 10111 101010101 100101 111111

Color Harmonies of #C47F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F95

Black with #C47F95

Text Example


Text Example

White with #C47F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F95; }

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

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

background-color css

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

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

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

border-color css

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

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

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