#C0A989

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

Shades of Pavlova #C0A989

Tints of Pavlova #C0A989

Color information

#C0A989 (or 0xC0A989) is unknown color: approx Pavlova. HEX triplet: C0, A9 and 89. RGB value is (192,169,137). Sum of RGB (Red+Green+Blue) = 192+169+137=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 169 (66.41% from 255 or 33.94% from 498); Blue value is 137 (53.91% from 255 or 27.51% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A989 is #3F5676. Grayscale: #ACACAC. Windows color (decimal): -4150903 or 9021888. OLE color: 9021888.

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

Color convert

RGB192169137-
CMYK00.120.290.25
HSL34.91º30.39%64.51%-
HSV(B)34.91º28.65%75.29%-
XYZ40.4441.3929.52-
YUV172.23108.12142.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.55%
GREEN value IS 169 (66.41% from 255) = 33.94%
BLUE value IS 137 (53.91% from 255) = 27.51%
R=38.55%
G=33.94%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216913700.120.290.2534.9130.3964.51
HexC0A9890C1D19231e41
Octal30025121101435314336101
Binary110000001010100110001001011001110111001100011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A989; }

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

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

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

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

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

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

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

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