Html Css Color HEX #C17F8D Puce

📋 copy color: '#C17F8D'

red 193 ◦ green 127 ◦ blue 141

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

Shades of Puce #C17F8D

Tints of Puce #C17F8D

RGB

 RED value IS 193 (75.78% from 255) = 41.87%

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

 BLUE value IS 141 (55.47% from 255) = 30.59%

R = 41.87%
G = 27.55%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C17F8D (or 0xC17F8D) is known color: Puce. HEX triplet: C1, 7F and 8D. RGB value is (193,127,141). Sum of RGB (Red+Green+Blue) = 193+127+141=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17F8D is #3E8072. Grayscale: #949494. Windows color (decimal): -4096115 or 9273281. OLE color: 9273281.

HSL color Cylindrical-coordinate representation of color #C17F8D: hue angle of 347.27º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C17F8D is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 127 141 -
CMYK 0 0.34 0.27 0.24
HSL 347.27º 0.35% 0.63% -
HSV(B) 347.27º 0.34% 0.76% -
XYZ 34.39 28.44 28.88 -
YUV 148.33 123.87 159.86 -
System Red Green Blue C M Y K H S L
Decimal 193 127 141 0 0.34 0.27 0.24 347.27 0.35 0.63
Hex C1 7F 8D 0 22 1B 18 15B 23 3F
Octal 301 177 215 0 42 33 30 533 43 77
Binary 11000001 1111111 10001101 0 100010 11011 11000 101011011 100011 111111

Color Harmonies of #C17F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17F8D

Black with #C17F8D

Text Example


Text Example

White with #C17F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17F8D; }

 p { color: rgb(193,127,141); }

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

background-color css

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

 a { background-color: rgb(193,127,141); }

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

border-color css

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

 span { border-color: rgb(193,127,141); }

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