Html Css Color HEX #C47E97 Puce

📋 copy color: '#C47E97'

red 196 ◦ green 126 ◦ blue 151

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

Shades of Puce #C47E97

Tints of Puce #C47E97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.92%

R = 41.44%
G = 26.64%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C47E97 (or 0xC47E97) is known color: Puce. HEX triplet: C4, 7E and 97. RGB value is (196,126,151). Sum of RGB (Red+Green+Blue) = 196+126+151=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 151 (59.38% from 255 or 31.92% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47E97 is #3B8168. Grayscale: #959595. Windows color (decimal): -3899753 or 9928388. OLE color: 9928388.

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

Color convert

RGB 196 126 151 -
CMYK 0 0.36 0.23 0.23
HSL 338.57º 0.37% 0.63% -
HSV(B) 338.57º 0.36% 0.77% -
XYZ 35.81 28.89 32.97 -
YUV 149.78 128.69 160.97 -
System Red Green Blue C M Y K H S L
Decimal 196 126 151 0 0.36 0.23 0.23 338.57 0.37 0.63
Hex C4 7E 97 0 24 17 17 153 25 3F
Octal 304 176 227 0 44 27 27 523 45 77
Binary 11000100 1111110 10010111 0 100100 10111 10111 101010011 100101 111111

Color Harmonies of #C47E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47E97

Black with #C47E97

Text Example


Text Example

White with #C47E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47E97; }

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

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

background-color css

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

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

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

border-color css

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

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

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