Html Css Color HEX #C47F9A Puce

📋 copy color: '#C47F9A'

red 196 ◦ green 127 ◦ blue 154

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

Shades of Puce #C47F9A

Tints of Puce #C47F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.29%

R = 41.09%
G = 26.62%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C47F9A (or 0xC47F9A) is known color: Puce. HEX triplet: C4, 7F and 9A. RGB value is (196,127,154). Sum of RGB (Red+Green+Blue) = 196+127+154=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47F9A is #3B8065. Grayscale: #969696. Windows color (decimal): -3899494 or 10125252. OLE color: 10125252.

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

Color convert

RGB 196 127 154 -
CMYK 0 0.35 0.21 0.23
HSL 336.52º 0.37% 0.63% -
HSV(B) 336.52º 0.35% 0.77% -
XYZ 36.19 29.25 34.31 -
YUV 150.71 129.86 160.3 -
System Red Green Blue C M Y K H S L
Decimal 196 127 154 0 0.35 0.21 0.23 336.52 0.37 0.63
Hex C4 7F 9A 0 23 15 17 151 25 3F
Octal 304 177 232 0 43 25 27 521 45 77
Binary 11000100 1111111 10011010 0 100011 10101 10111 101010001 100101 111111

Color Harmonies of #C47F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F9A

Black with #C47F9A

Text Example


Text Example

White with #C47F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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