#C0AA82

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

Shades of Pavlova #C0AA82

Tints of Pavlova #C0AA82

Color information

#C0AA82 (or 0xC0AA82) is unknown color: approx Pavlova. HEX triplet: C0, AA and 82. RGB value is (192,170,130). Sum of RGB (Red+Green+Blue) = 192+170+130=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AA82 is #3F557D. Grayscale: #ACACAC. Windows color (decimal): -4150654 or 8563392. OLE color: 8563392.

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

Color convert

RGB192170130-
CMYK00.110.320.25
HSL38.71º32.98%63.14%-
HSV(B)38.71º32.29%75.29%-
XYZ40.1441.5727.03-
YUV172.02104.29142.25-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.02%
GREEN value IS 170 (66.80% from 255) = 34.55%
BLUE value IS 130 (51.17% from 255) = 26.42%
R=39.02%
G=34.55%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217013000.110.320.2538.7132.9863.14
HexC0AA820B201927213f
Octal3002522020134031474177
Binary1100000010101010100000100101110000011001100111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AA82; }

 p { color: rgb(192,170,130); }

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

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

 a { background-color: rgb(192,170,130); }

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

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

 span { border-color: rgb(192,170,130); }

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