#C6869A

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

Shades of Puce #C6869A

Tints of Puce #C6869A

Color information

#C6869A (or 0xC6869A) is unknown color: approx Puce. HEX triplet: C6, 86 and 9A. RGB value is (198,134,154). Sum of RGB (Red+Green+Blue) = 198+134+154=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C6869A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6869A is #397965. Grayscale: #9B9B9B. Windows color (decimal): -3766630 or 10127046. OLE color: 10127046.

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

Color convert

RGB198134154-
CMYK00.320.220.22
HSL341.25º35.96%65.1%-
HSV(B)341.25º32.32%77.65%-
XYZ37.6531.3934.65-
YUV155.42127.2158.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.74%
GREEN value IS 134 (52.73% from 255) = 27.57%
BLUE value IS 154 (60.55% from 255) = 31.69%
R=40.74%
G=27.57%
B=31.69%

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
Decimal19813415400.320.220.22341.2535.9665.1
HexC6869A02016161552441
Octal306206232040262652544101
Binary110001101000011010011010010000010110101101010101011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6869A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6869A; }

 p { color: rgb(198,134,154); }

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

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

 a { background-color: rgb(198,134,154); }

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

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

 span { border-color: rgb(198,134,154); }

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