#C0AA7E

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

Shades of Pavlova #C0AA7E

Tints of Pavlova #C0AA7E

Color information

#C0AA7E (or 0xC0AA7E) is unknown color: approx Pavlova. HEX triplet: C0, AA and 7E. RGB value is (192,170,126). Sum of RGB (Red+Green+Blue) = 192+170+126=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AA7E is #3F5581. Grayscale: #ABABAB. Windows color (decimal): -4150658 or 8301248. OLE color: 8301248.

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

Color convert

RGB192170126-
CMYK00.110.340.25
HSL40º34.38%62.35%-
HSV(B)40º34.38%75.29%-
XYZ39.8841.4625.64-
YUV171.56102.29142.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.34%
GREEN value IS 170 (66.80% from 255) = 34.84%
BLUE value IS 126 (49.61% from 255) = 25.82%
R=39.34%
G=34.84%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217012600.110.340.254034.3862.35
HexC0AA7E0B221928223e
Octal3002521760134231504276
Binary110000001010101011111100101110001011001101000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AA7E; }

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

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

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

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

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

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

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

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