#C08688

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

Shades of Puce #C08688

Tints of Puce #C08688

Color information

#C08688 (or 0xC08688) is unknown color: approx Puce. HEX triplet: C0, 86 and 88. RGB value is (192,134,136). Sum of RGB (Red+Green+Blue) = 192+134+136=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C08688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08688 is #3F7977. Grayscale: #979797. Windows color (decimal): -4159864 or 8947392. OLE color: 8947392.

HSL color Cylindrical-coordinate representation of color #C08688: hue angle of 357.93º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C08688 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB192134136-
CMYK00.300.290.25
HSL357.93º31.52%63.92%-
HSV(B)357.93º30.21%75.29%-
XYZ34.7130.0327.26-
YUV151.57119.22156.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.56%
GREEN value IS 134 (52.73% from 255) = 29.00%
BLUE value IS 136 (53.52% from 255) = 29.44%
R=41.56%
G=29.00%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213413600.300.290.25357.9331.5263.92
HexC0868801E1D191662040
Octal300206210036353154640100
Binary11000000100001101000100001111011101110011011001101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08688; }

 p { color: rgb(192,134,136); }

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

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

 a { background-color: rgb(192,134,136); }

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

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

 span { border-color: rgb(192,134,136); }

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