#C68588

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

Shades of Puce #C68588

Tints of Puce #C68588

Color information

#C68588 (or 0xC68588) is unknown color: approx Puce. HEX triplet: C6, 85 and 88. RGB value is (198,133,136). Sum of RGB (Red+Green+Blue) = 198+133+136=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 198 - color contains mainly: red. Hex color #C68588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68588 is #397A77. Grayscale: #989898. Windows color (decimal): -3766904 or 8947142. OLE color: 8947142.

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

Color convert

RGB198133136-
CMYK00.330.310.22
HSL357.23º36.31%64.9%-
HSV(B)357.23º32.83%77.65%-
XYZ36.1230.5627.29-
YUV152.78118.53160.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.40%
GREEN value IS 133 (52.34% from 255) = 28.48%
BLUE value IS 136 (53.52% from 255) = 29.12%
R=42.40%
G=28.48%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813313600.330.310.22357.2336.3164.9
HexC685880211F161652441
Octal306205210041372654544101
Binary110001101000010110001000010000111111101101011001011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68588; }

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

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

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

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

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

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

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

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