Html Css Color HEX #C47F8F Puce

📋 copy color: '#C47F8F'

red 196 ◦ green 127 ◦ blue 143

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

Shades of Puce #C47F8F

Tints of Puce #C47F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.69%

R = 42.06%
G = 27.25%
B = 30.69%

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

#C47F8F (or 0xC47F8F) is known color: Puce. HEX triplet: C4, 7F and 8F. RGB value is (196,127,143). Sum of RGB (Red+Green+Blue) = 196+127+143=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47F8F is #3B8070. Grayscale: #959595. Windows color (decimal): -3899505 or 9404356. OLE color: 9404356.

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

Color convert

RGB 196 127 143 -
CMYK 0 0.35 0.27 0.23
HSL 346.09º 0.37% 0.63% -
HSV(B) 346.09º 0.35% 0.77% -
XYZ 35.31 28.9 29.7 -
YUV 149.46 124.36 161.2 -
System Red Green Blue C M Y K H S L
Decimal 196 127 143 0 0.35 0.27 0.23 346.09 0.37 0.63
Hex C4 7F 8F 0 23 1B 17 15A 25 3F
Octal 304 177 217 0 43 33 27 532 45 77
Binary 11000100 1111111 10001111 0 100011 11011 10111 101011010 100101 111111

Color Harmonies of #C47F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F8F

Black with #C47F8F

Text Example


Text Example

White with #C47F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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