#C0AB80

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

Shades of Pavlova #C0AB80

Tints of Pavlova #C0AB80

Color information

#C0AB80 (or 0xC0AB80) is unknown color: approx Pavlova. HEX triplet: C0, AB and 80. RGB value is (192,171,128). Sum of RGB (Red+Green+Blue) = 192+171+128=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AB80 is #3F547F. Grayscale: #ACACAC. Windows color (decimal): -4150400 or 8432576. OLE color: 8432576.

HSL color Cylindrical-coordinate representation of color #C0AB80: hue angle of 40.31º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0AB80 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB192171128-
CMYK00.110.330.25
HSL40.31º33.68%62.75%-
HSV(B)40.31º33.33%75.29%-
XYZ40.241.8926.39-
YUV172.38102.96142-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.10%
GREEN value IS 171 (67.19% from 255) = 34.83%
BLUE value IS 128 (50.39% from 255) = 26.07%
R=39.10%
G=34.83%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217112800.110.330.2540.3133.6862.75
HexC0AB800B211928223f
Octal3002532000134131504277
Binary1100000010101011100000000101110000111001101000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AB80; }

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

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

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

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

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

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

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

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