#C18892

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

Shades of Puce #C18892

Tints of Puce #C18892

Color information

#C18892 (or 0xC18892) is unknown color: approx Puce. HEX triplet: C1, 88 and 92. RGB value is (193,136,146). Sum of RGB (Red+Green+Blue) = 193+136+146=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C18892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18892 is #3E776D. Grayscale: #9A9A9A. Windows color (decimal): -4093806 or 9603265. OLE color: 9603265.

HSL color Cylindrical-coordinate representation of color #C18892: hue angle of 349.47º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C18892 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB193136146-
CMYK00.300.240.24
HSL349.47º31.49%64.51%-
HSV(B)349.47º29.53%75.69%-
XYZ35.9831.0231.29-
YUV154.18123.38155.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.63%
GREEN value IS 136 (53.52% from 255) = 28.63%
BLUE value IS 146 (57.42% from 255) = 30.74%
R=40.63%
G=28.63%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313614600.300.240.24349.4731.4964.51
HexC1889201E181815d1f41
Octal301210222036303053537101
Binary1100000110001000100100100111101100011000101011101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18892; }

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

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

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

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

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

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

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

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