#C18992

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

Shades of Puce #C18992

Tints of Puce #C18992

Color information

#C18992 (or 0xC18992) is unknown color: approx Puce. HEX triplet: C1, 89 and 92. RGB value is (193,137,146). Sum of RGB (Red+Green+Blue) = 193+137+146=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 193 - color contains mainly: red. Hex color #C18992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18992 is #3E766D. Grayscale: #9A9A9A. Windows color (decimal): -4093550 or 9603521. OLE color: 9603521.

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

Color convert

RGB193137146-
CMYK00.290.240.24
HSL350.36º31.11%64.71%-
HSV(B)350.36º29.02%75.69%-
XYZ36.1331.331.33-
YUV154.77123.05155.27-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.55%
GREEN value IS 137 (53.91% from 255) = 28.78%
BLUE value IS 146 (57.42% from 255) = 30.67%
R=40.55%
G=28.78%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313714600.290.240.24350.3631.1164.71
HexC1899201D181815e1f41
Octal301211222035303053637101
Binary1100000110001001100100100111011100011000101011110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18992; }

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

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

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

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

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

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

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

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