#c68c92

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

Shades of Puce #C68C92

Tints of Puce #C68C92

Color information

#C68C92 (or 0xC68C92) is unknown color: approx Puce. HEX triplet: C6, 8C and 92. RGB value is (198,140,146). Sum of RGB (Red+Green+Blue) = 198+140+146=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68C92 is #39736D. Grayscale: #9E9E9E. Windows color (decimal): -3765102 or 9604294. OLE color: 9604294.

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

Color convert

RGB198140146-
CMYK00.290.260.22
HSL353.79º33.72%66.27%-
HSV(B)353.79º29.29%77.65%-
XYZ37.8632.8431.54-
YUV158.03121.22156.51-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.91%
GREEN value IS 140 (55.08% from 255) = 28.93%
BLUE value IS 146 (57.42% from 255) = 30.17%
R=40.91%
G=28.93%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814014600.290.260.22353.7933.7266.27
HexC68C9201D1A161622242
Octal306214222035322654242102
Binary11000110100011001001001001110111010101101011000101000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c68c92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c68c92; }

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

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

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

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

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

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

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

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