#C68893

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

Shades of Puce #C68893

Tints of Puce #C68893

Color information

#C68893 (or 0xC68893) is unknown color: approx Puce. HEX triplet: C6, 88 and 93. RGB value is (198,136,147). Sum of RGB (Red+Green+Blue) = 198+136+147=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C68893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68893 is #39776C. Grayscale: #9B9B9B. Windows color (decimal): -3766125 or 9668806. OLE color: 9668806.

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

Color convert

RGB198136147-
CMYK00.310.260.22
HSL349.35º35.23%65.49%-
HSV(B)349.35º31.31%77.65%-
XYZ37.3631.7231.76-
YUV155.79123.04158.11-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.16%
GREEN value IS 136 (53.52% from 255) = 28.27%
BLUE value IS 147 (57.81% from 255) = 30.56%
R=41.16%
G=28.27%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813614700.310.260.22349.3535.2365.49
HexC6889301F1A1615d2341
Octal306210223037322653543101
Binary11000110100010001001001101111111010101101010111011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68893; }

 p { color: rgb(198,136,147); }

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

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

 a { background-color: rgb(198,136,147); }

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

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

 span { border-color: rgb(198,136,147); }

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