#C6898C

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

Shades of Puce #C6898C

Tints of Puce #C6898C

Color information

#C6898C (or 0xC6898C) is unknown color: approx Puce. HEX triplet: C6, 89 and 8C. RGB value is (198,137,140). Sum of RGB (Red+Green+Blue) = 198+137+140=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 198 - color contains mainly: red. Hex color #C6898C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6898C is #397673. Grayscale: #9B9B9B. Windows color (decimal): -3765876 or 9210310. OLE color: 9210310.

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

Color convert

RGB198137140-
CMYK00.310.290.22
HSL357.05º34.86%65.69%-
HSV(B)357.05º30.81%77.65%-
XYZ36.9731.7929-
YUV155.58119.21158.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.68%
GREEN value IS 137 (53.91% from 255) = 28.84%
BLUE value IS 140 (55.08% from 255) = 29.47%
R=41.68%
G=28.84%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813714000.310.290.22357.0534.8665.69
HexC6898C01F1D161652342
Octal306211214037352654543102
Binary11000110100010011000110001111111101101101011001011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6898C; }

 p { color: rgb(198,137,140); }

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

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

 a { background-color: rgb(198,137,140); }

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

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

 span { border-color: rgb(198,137,140); }

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