#C0AB89

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

Shades of Pavlova #C0AB89

Tints of Pavlova #C0AB89

Color information

#C0AB89 (or 0xC0AB89) is unknown color: approx Pavlova. HEX triplet: C0, AB and 89. RGB value is (192,171,137). Sum of RGB (Red+Green+Blue) = 192+171+137=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 137 (53.91% from 255 or 27.4% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AB89 is #3F5476. Grayscale: #ADADAD. Windows color (decimal): -4150391 or 9022400. OLE color: 9022400.

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

Color convert

RGB192171137-
CMYK00.110.290.25
HSL37.09º30.39%64.51%-
HSV(B)37.09º28.65%75.29%-
XYZ40.8242.1429.65-
YUV173.4107.46141.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.4%
GREEN value IS 171 (67.19% from 255) = 34.2%
BLUE value IS 137 (53.91% from 255) = 27.4%
R=38.4%
G=34.2%
B=27.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217113700.110.290.2537.0930.3964.51
HexC0AB890B1D19251e41
Octal30025321101335314536101
Binary110000001010101110001001010111110111001100101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AB89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AB89; }

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

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

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

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

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

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

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

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