#C08789

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

Shades of Puce #C08789

Tints of Puce #C08789

Color information

#C08789 (or 0xC08789) is unknown color: approx Puce. HEX triplet: C0, 87 and 89. RGB value is (192,135,137). Sum of RGB (Red+Green+Blue) = 192+135+137=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 137 (53.91% from 255 or 29.53% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C08789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08789 is #3F7876. Grayscale: #989898. Windows color (decimal): -4159607 or 9013184. OLE color: 9013184.

HSL color Cylindrical-coordinate representation of color #C08789: hue angle of 357.89º degrees, saturation: 0.31, 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 #C08789 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB192135137-
CMYK00.300.290.25
HSL357.89º31.15%64.12%-
HSV(B)357.89º29.69%75.29%-
XYZ34.9230.3427.68-
YUV152.27119.38156.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.38%
GREEN value IS 135 (53.12% from 255) = 29.09%
BLUE value IS 137 (53.91% from 255) = 29.53%
R=41.38%
G=29.09%
B=29.53%

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
Decimal19213513700.300.290.25357.8931.1564.12
HexC0878901E1D191661f40
Octal300207211036353154637100
Binary1100000010000111100010010111101110111001101100110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08789; }

 p { color: rgb(192,135,137); }

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

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

 a { background-color: rgb(192,135,137); }

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

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

 span { border-color: rgb(192,135,137); }

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