#C08790

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

Shades of Puce #C08790

Tints of Puce #C08790

Color information

#C08790 (or 0xC08790) is unknown color: approx Puce. HEX triplet: C0, 87 and 90. RGB value is (192,135,144). Sum of RGB (Red+Green+Blue) = 192+135+144=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C08790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08790 is #3F786F. Grayscale: #999999. Windows color (decimal): -4159600 or 9471936. OLE color: 9471936.

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

Color convert

RGB192135144-
CMYK00.300.250.25
HSL350.53º31.15%64.12%-
HSV(B)350.53º29.69%75.29%-
XYZ35.4430.5530.41-
YUV153.07122.88155.77-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.76%
GREEN value IS 135 (53.12% from 255) = 28.66%
BLUE value IS 144 (56.64% from 255) = 30.57%
R=40.76%
G=28.66%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213514400.300.250.25350.5331.1564.12
HexC0879001E191915f1f40
Octal300207220036313153737100
Binary1100000010000111100100000111101100111001101011111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08790; }

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

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

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

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

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

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

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

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