Html Css Color HEX #C47FA2 Puce

📋 copy color: '#C47FA2'

red 196 ◦ green 127 ◦ blue 162

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

Shades of Puce #C47FA2

Tints of Puce #C47FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.4%

R = 40.41%
G = 26.19%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C47FA2 (or 0xC47FA2) is known color: Puce. HEX triplet: C4, 7F and A2. RGB value is (196,127,162). Sum of RGB (Red+Green+Blue) = 196+127+162=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C47FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47FA2 is #3B805D. Grayscale: #979797. Windows color (decimal): -3899486 or 10649540. OLE color: 10649540.

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

Color convert

RGB 196 127 162 -
CMYK 0 0.35 0.17 0.23
HSL 329.57º 0.37% 0.63% -
HSV(B) 329.57º 0.35% 0.77% -
XYZ 36.88 29.52 37.94 -
YUV 151.62 133.86 159.65 -
System Red Green Blue C M Y K H S L
Decimal 196 127 162 0 0.35 0.17 0.23 329.57 0.37 0.63
Hex C4 7F A2 0 23 11 17 14A 25 3F
Octal 304 177 242 0 43 21 27 512 45 77
Binary 11000100 1111111 10100010 0 100011 10001 10111 101001010 100101 111111

Color Harmonies of #C47FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47FA2

Black with #C47FA2

Text Example


Text Example

White with #C47FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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