#C6898D

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

Shades of Puce #C6898D

Tints of Puce #C6898D

Color information

#C6898D (or 0xC6898D) is unknown color: approx Puce. HEX triplet: C6, 89 and 8D. RGB value is (198,137,141). Sum of RGB (Red+Green+Blue) = 198+137+141=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 198 - color contains mainly: red. Hex color #C6898D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6898D is #397672. Grayscale: #9B9B9B. Windows color (decimal): -3765875 or 9275846. OLE color: 9275846.

HSL color Cylindrical-coordinate representation of color #C6898D: hue angle of 356.07º 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 #C6898D is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB198137141-
CMYK00.310.290.22
HSL356.07º34.86%65.69%-
HSV(B)356.07º30.81%77.65%-
XYZ37.0431.8229.39-
YUV155.7119.71158.17-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.60%
GREEN value IS 137 (53.91% from 255) = 28.78%
BLUE value IS 141 (55.47% from 255) = 29.62%
R=41.60%
G=28.78%
B=29.62%

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
Decimal19813714100.310.290.22356.0734.8665.69
HexC6898D01F1D161642342
Octal306211215037352654443102
Binary11000110100010011000110101111111101101101011001001000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6898D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6898D; }

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

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

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

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

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

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

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

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