Html Css Color HEX #C47F90 Puce

📋 copy color: '#C47F90'

red 196 ◦ green 127 ◦ blue 144

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

Shades of Puce #C47F90

Tints of Puce #C47F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.84%

R = 41.97%
G = 27.19%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C47F90 (or 0xC47F90) is known color: Puce. HEX triplet: C4, 7F and 90. RGB value is (196,127,144). Sum of RGB (Red+Green+Blue) = 196+127+144=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47F90 is #3B806F. Grayscale: #959595. Windows color (decimal): -3899504 or 9469892. OLE color: 9469892.

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

Color convert

RGB 196 127 144 -
CMYK 0 0.35 0.27 0.23
HSL 345.22º 0.37% 0.63% -
HSV(B) 345.22º 0.35% 0.77% -
XYZ 35.39 28.93 30.1 -
YUV 149.57 124.86 161.12 -
System Red Green Blue C M Y K H S L
Decimal 196 127 144 0 0.35 0.27 0.23 345.22 0.37 0.63
Hex C4 7F 90 0 23 1B 17 159 25 3F
Octal 304 177 220 0 43 33 27 531 45 77
Binary 11000100 1111111 10010000 0 100011 11011 10111 101011001 100101 111111

Color Harmonies of #C47F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F90

Black with #C47F90

Text Example


Text Example

White with #C47F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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