Html Css Color HEX #C47F96 Puce

📋 copy color: '#C47F96'

red 196 ◦ green 127 ◦ blue 150

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

Shades of Puce #C47F96

Tints of Puce #C47F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.71%

R = 41.44%
G = 26.85%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C47F96 (or 0xC47F96) is known color: Puce. HEX triplet: C4, 7F and 96. RGB value is (196,127,150). Sum of RGB (Red+Green+Blue) = 196+127+150=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47F96 is #3B8069. Grayscale: #969696. Windows color (decimal): -3899498 or 9863108. OLE color: 9863108.

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

Color convert

RGB 196 127 150 -
CMYK 0 0.35 0.23 0.23
HSL 340º 0.37% 0.63% -
HSV(B) 340º 0.35% 0.77% -
XYZ 35.86 29.12 32.58 -
YUV 150.25 127.86 160.63 -
System Red Green Blue C M Y K H S L
Decimal 196 127 150 0 0.35 0.23 0.23 340 0.37 0.63
Hex C4 7F 96 0 23 17 17 154 25 3F
Octal 304 177 226 0 43 27 27 524 45 77
Binary 11000100 1111111 10010110 0 100011 10111 10111 101010100 100101 111111

Color Harmonies of #C47F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F96

Black with #C47F96

Text Example


Text Example

White with #C47F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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