#C68788

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

Shades of Puce #C68788

Tints of Puce #C68788

Color information

#C68788 (or 0xC68788) is unknown color: approx Puce. HEX triplet: C6, 87 and 88. RGB value is (198,135,136). Sum of RGB (Red+Green+Blue) = 198+135+136=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C68788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68788 is #397877. Grayscale: #9A9A9A. Windows color (decimal): -3766392 or 8947654. OLE color: 8947654.

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

Color convert

RGB198135136-
CMYK00.320.310.22
HSL359.05º35.59%65.29%-
HSV(B)359.05º31.82%77.65%-
XYZ36.431.1127.38-
YUV153.95117.87159.42-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.22%
GREEN value IS 135 (53.12% from 255) = 28.78%
BLUE value IS 136 (53.52% from 255) = 29.00%
R=42.22%
G=28.78%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813513600.320.310.22359.0535.5965.29
HexC687880201F161672441
Octal306207210040372654744101
Binary110001101000011110001000010000011111101101011001111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68788; }

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

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

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

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

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

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

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

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