#C17E92

Color #C17E92 Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #C17E92

Tints of Puce #C17E92

Color information

#C17E92 (or 0xC17E92) is unknown color: approx Puce. HEX triplet: C1, 7E and 92. RGB value is (193,126,146). Sum of RGB (Red+Green+Blue) = 193+126+146=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17E92 is #3E816D. Grayscale: #949494. Windows color (decimal): -4096366 or 9600705. OLE color: 9600705.

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

Color convert

RGB193126146-
CMYK00.350.240.24
HSL342.09º35.08%62.55%-
HSV(B)342.09º34.72%75.69%-
XYZ34.6428.3330.84-
YUV148.31126.7159.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.51%
GREEN value IS 126 (49.61% from 255) = 27.10%
BLUE value IS 146 (57.42% from 255) = 31.40%
R=41.51%
G=27.10%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312614600.350.240.24342.0935.0862.55
HexC17E920231818156233f
Octal30117622204330305264377
Binary1100000111111101001001001000111100011000101010110100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17E92; }

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

 H1.HeaderClassName
 {
   color: #C17E92;
 }
 .AnyTagClassName
 {
   color: #C17E92;
 }
</style>
background-color css

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

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

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

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

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

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