#C6879B

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

Shades of Puce #C6879B

Tints of Puce #C6879B

Color information

#C6879B (or 0xC6879B) is unknown color: approx Puce. HEX triplet: C6, 87 and 9B. RGB value is (198,135,155). Sum of RGB (Red+Green+Blue) = 198+135+155=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C6879B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6879B is #397864. Grayscale: #9C9C9C. Windows color (decimal): -3766373 or 10192838. OLE color: 10192838.

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

Color convert

RGB198135155-
CMYK00.320.220.22
HSL340.95º35.59%65.29%-
HSV(B)340.95º31.82%77.65%-
XYZ37.8731.735.13-
YUV156.12127.37157.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.57%
GREEN value IS 135 (53.12% from 255) = 27.66%
BLUE value IS 155 (60.94% from 255) = 31.76%
R=40.57%
G=27.66%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813515500.320.220.22340.9535.5965.29
HexC6879B02016161552441
Octal306207233040262652544101
Binary110001101000011110011011010000010110101101010101011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6879B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6879B; }

 p { color: rgb(198,135,155); }

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

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

 a { background-color: rgb(198,135,155); }

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

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

 span { border-color: rgb(198,135,155); }

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