#C6859C

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

Shades of Puce #C6859C

Tints of Puce #C6859C

Color information

#C6859C (or 0xC6859C) is unknown color: approx Puce. HEX triplet: C6, 85 and 9C. RGB value is (198,133,156). Sum of RGB (Red+Green+Blue) = 198+133+156=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 198 - color contains mainly: red. Hex color #C6859C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6859C is #397A63. Grayscale: #9B9B9B. Windows color (decimal): -3766884 or 10257862. OLE color: 10257862.

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

Color convert

RGB198133156-
CMYK00.330.210.22
HSL338.77º36.31%64.9%-
HSV(B)338.77º32.83%77.65%-
XYZ37.6831.1835.49-
YUV155.06128.53158.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.66%
GREEN value IS 133 (52.34% from 255) = 27.31%
BLUE value IS 156 (61.33% from 255) = 32.03%
R=40.66%
G=27.31%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813315600.330.210.22338.7736.3164.9
HexC6859C02115161532441
Octal306205234041252652344101
Binary110001101000010110011100010000110101101101010100111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6859C; }

 p { color: rgb(198,133,156); }

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

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

 a { background-color: rgb(198,133,156); }

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

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

 span { border-color: rgb(198,133,156); }

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