#C0A886

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

Shades of Pavlova #C0A886

Tints of Pavlova #C0A886

Color information

#C0A886 (or 0xC0A886) is unknown color: approx Pavlova. HEX triplet: C0, A8 and 86. RGB value is (192,168,134). Sum of RGB (Red+Green+Blue) = 192+168+134=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A886 is #3F5779. Grayscale: #ABABAB. Windows color (decimal): -4151162 or 8825024. OLE color: 8825024.

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

Color convert

RGB192168134-
CMYK00.120.300.25
HSL35.17º31.52%63.92%-
HSV(B)35.17º30.21%75.29%-
XYZ40.0440.9328.34-
YUV171.3106.95142.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.87%
GREEN value IS 168 (66.02% from 255) = 34.01%
BLUE value IS 134 (52.73% from 255) = 27.13%
R=38.87%
G=34.01%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216813400.120.300.2535.1731.5263.92
HexC0A8860C1E19232040
Octal30025020601436314340100
Binary1100000010101000100001100110011110110011000111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A886; }

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

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

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

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

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

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

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

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