Html Css Color HEX #C47E93 Puce

📋 copy color: '#C47E93'

red 196 ◦ green 126 ◦ blue 147

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

Shades of Puce #C47E93

Tints of Puce #C47E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.34%

R = 41.79%
G = 26.87%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C47E93 (or 0xC47E93) is known color: Puce. HEX triplet: C4, 7E and 93. RGB value is (196,126,147). Sum of RGB (Red+Green+Blue) = 196+126+147=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47E93 is #3B816C. Grayscale: #959595. Windows color (decimal): -3899757 or 9666244. OLE color: 9666244.

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

Color convert

RGB 196 126 147 -
CMYK 0 0.36 0.25 0.23
HSL 342º 0.37% 0.63% -
HSV(B) 342º 0.36% 0.77% -
XYZ 35.49 28.76 31.29 -
YUV 149.32 126.69 161.29 -
System Red Green Blue C M Y K H S L
Decimal 196 126 147 0 0.36 0.25 0.23 342 0.37 0.63
Hex C4 7E 93 0 24 19 17 156 25 3F
Octal 304 176 223 0 44 31 27 526 45 77
Binary 11000100 1111110 10010011 0 100100 11001 10111 101010110 100101 111111

Color Harmonies of #C47E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47E93

Black with #C47E93

Text Example


Text Example

White with #C47E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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