#C68C95

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

Shades of Puce #C68C95

Tints of Puce #C68C95

Color information

#C68C95 (or 0xC68C95) is unknown color: approx Puce. HEX triplet: C6, 8C and 95. RGB value is (198,140,149). Sum of RGB (Red+Green+Blue) = 198+140+149=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68C95 is #39736A. Grayscale: #9E9E9E. Windows color (decimal): -3765099 or 9800902. OLE color: 9800902.

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

Color convert

RGB198140149-
CMYK00.290.250.22
HSL350.69º33.72%66.27%-
HSV(B)350.69º29.29%77.65%-
XYZ38.0932.9332.78-
YUV158.37122.72156.27-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.66%
GREEN value IS 140 (55.08% from 255) = 28.75%
BLUE value IS 149 (58.59% from 255) = 30.60%
R=40.66%
G=28.75%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814014900.290.250.22350.6933.7266.27
HexC68C9501D191615f2242
Octal306214225035312653742102
Binary11000110100011001001010101110111001101101010111111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68C95; }

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

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

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

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

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

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

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

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