Html Css Color HEX #C17E94 Puce

📋 copy color: '#C17E94'

red 193 ◦ green 126 ◦ blue 148

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

Shades of Puce #C17E94

Tints of Puce #C17E94

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.98%

 BLUE value IS 148 (58.2% from 255) = 31.69%

R = 41.33%
G = 26.98%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C17E94 (or 0xC17E94) is known color: Puce. HEX triplet: C1, 7E and 94. RGB value is (193,126,148). Sum of RGB (Red+Green+Blue) = 193+126+148=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17E94 is #3E816B. Grayscale: #949494. Windows color (decimal): -4096364 or 9731777. OLE color: 9731777.

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

Color convert

RGB 193 126 148 -
CMYK 0 0.35 0.23 0.24
HSL 340.3º 0.35% 0.63% -
HSV(B) 340.3º 0.35% 0.76% -
XYZ 34.8 28.4 31.66 -
YUV 148.54 127.7 159.71 -
System Red Green Blue C M Y K H S L
Decimal 193 126 148 0 0.35 0.23 0.24 340.3 0.35 0.63
Hex C1 7E 94 0 23 17 18 154 23 3F
Octal 301 176 224 0 43 27 30 524 43 77
Binary 11000001 1111110 10010100 0 100011 10111 11000 101010100 100011 111111

Color Harmonies of #C17E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17E94

Black with #C17E94

Text Example


Text Example

White with #C17E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17E94; }

 p { color: rgb(193,126,148); }

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

background-color css

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

 a { background-color: rgb(193,126,148); }

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

border-color css

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

 span { border-color: rgb(193,126,148); }

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