#c0ac86

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

Shades of Pavlova #C0AC86

Tints of Pavlova #C0AC86

Color information

#C0AC86 (or 0xC0AC86) is unknown color: approx Pavlova. HEX triplet: C0, AC and 86. RGB value is (192,172,134). Sum of RGB (Red+Green+Blue) = 192+172+134=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 134 (52.73% from 255 or 26.91% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AC86 is #3F5379. Grayscale: #ADADAD. Windows color (decimal): -4150138 or 8826048. OLE color: 8826048.

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

Color convert

RGB192172134-
CMYK00.100.300.25
HSL39.31º31.52%63.92%-
HSV(B)39.31º30.21%75.29%-
XYZ40.7942.4328.59-
YUV173.65105.63141.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.55%
GREEN value IS 172 (67.58% from 255) = 34.54%
BLUE value IS 134 (52.73% from 255) = 26.91%
R=38.55%
G=34.54%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217213400.100.300.2539.3131.5263.92
HexC0AC860A1E19272040
Octal30025420601236314740100
Binary1100000010101100100001100101011110110011001111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0ac86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0ac86; }

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

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

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

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

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

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

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

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