#C68890

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

Shades of Puce #C68890

Tints of Puce #C68890

Color information

#C68890 (or 0xC68890) is unknown color: approx Puce. HEX triplet: C6, 88 and 90. RGB value is (198,136,144). Sum of RGB (Red+Green+Blue) = 198+136+144=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 198 - color contains mainly: red. Hex color #C68890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68890 is #39776F. Grayscale: #9B9B9B. Windows color (decimal): -3766128 or 9472198. OLE color: 9472198.

HSL color Cylindrical-coordinate representation of color #C68890: hue angle of 352.26º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C68890 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB198136144-
CMYK00.310.270.22
HSL352.26º35.23%65.49%-
HSV(B)352.26º31.31%77.65%-
XYZ37.1331.6330.53-
YUV155.45121.54158.35-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.42%
GREEN value IS 136 (53.52% from 255) = 28.45%
BLUE value IS 144 (56.64% from 255) = 30.13%
R=41.42%
G=28.45%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813614400.310.270.22352.2635.2365.49
HexC6889001F1B161602341
Octal306210220037332654043101
Binary11000110100010001001000001111111011101101011000001000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68890; }

 p { color: rgb(198,136,144); }

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

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

 a { background-color: rgb(198,136,144); }

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

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

 span { border-color: rgb(198,136,144); }

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