Html Css Color HEX #C47D94 Puce

📋 copy color: '#C47D94'

red 196 ◦ green 125 ◦ blue 148

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

Shades of Puce #C47D94

Tints of Puce #C47D94

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.65%

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

R = 41.79%
G = 26.65%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C47D94 (or 0xC47D94) is known color: Puce. HEX triplet: C4, 7D and 94. RGB value is (196,125,148). Sum of RGB (Red+Green+Blue) = 196+125+148=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47D94 is #3B826B. Grayscale: #949494. Windows color (decimal): -3900012 or 9731524. OLE color: 9731524.

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

Color convert

RGB 196 125 148 -
CMYK 0 0.36 0.24 0.23
HSL 340.56º 0.38% 0.63% -
HSV(B) 340.56º 0.36% 0.77% -
XYZ 35.44 28.54 31.66 -
YUV 148.85 127.52 161.63 -
System Red Green Blue C M Y K H S L
Decimal 196 125 148 0 0.36 0.24 0.23 340.56 0.38 0.63
Hex C4 7D 94 0 24 18 17 155 26 3F
Octal 304 175 224 0 44 30 27 525 46 77
Binary 11000100 1111101 10010100 0 100100 11000 10111 101010101 100110 111111

Color Harmonies of #C47D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47D94

Black with #C47D94

Text Example


Text Example

White with #C47D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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