Html Css Color HEX #C17D97 Puce

📋 copy color: '#C17D97'

red 193 ◦ green 125 ◦ blue 151

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

Shades of Puce #C17D97

Tints of Puce #C17D97

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.65%

 BLUE value IS 151 (59.38% from 255) = 32.2%

R = 41.15%
G = 26.65%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C17D97 (or 0xC17D97) is known color: Puce. HEX triplet: C1, 7D and 97. RGB value is (193,125,151). Sum of RGB (Red+Green+Blue) = 193+125+151=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17D97 is #3E8268. Grayscale: #949494. Windows color (decimal): -4096617 or 9928129. OLE color: 9928129.

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

Color convert

RGB 193 125 151 -
CMYK 0 0.35 0.22 0.24
HSL 337.06º 0.35% 0.62% -
HSV(B) 337.06º 0.35% 0.76% -
XYZ 34.91 28.24 32.89 -
YUV 148.3 129.53 159.89 -
System Red Green Blue C M Y K H S L
Decimal 193 125 151 0 0.35 0.22 0.24 337.06 0.35 0.62
Hex C1 7D 97 0 23 16 18 151 23 3E
Octal 301 175 227 0 43 26 30 521 43 76
Binary 11000001 1111101 10010111 0 100011 10110 11000 101010001 100011 111110

Color Harmonies of #C17D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17D97

Black with #C17D97

Text Example


Text Example

White with #C17D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17D97; }

 p { color: rgb(193,125,151); }

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

background-color css

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

 a { background-color: rgb(193,125,151); }

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

border-color css

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

 span { border-color: rgb(193,125,151); }

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