#C0A679

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

Shades of Pavlova #C0A679

Tints of Pavlova #C0A679

Color information

#C0A679 (or 0xC0A679) is unknown color: approx Pavlova. HEX triplet: C0, A6 and 79. RGB value is (192,166,121). Sum of RGB (Red+Green+Blue) = 192+166+121=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A679 is #3F5986. Grayscale: #A8A8A8. Windows color (decimal): -4151687 or 7972544. OLE color: 7972544.

HSL color Cylindrical-coordinate representation of color #C0A679: hue angle of 38.03º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C0A679 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB192166121-
CMYK00.140.370.25
HSL38.03º36.04%61.37%-
HSV(B)38.03º36.98%75.29%-
XYZ38.8339.8623.74-
YUV168.64101.11144.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.08%
GREEN value IS 166 (65.23% from 255) = 34.66%
BLUE value IS 121 (47.66% from 255) = 25.26%
R=40.08%
G=34.66%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216612100.140.370.2538.0336.0461.37
HexC0A6790E251926243d
Octal3002461710164531464475
Binary110000001010011011110010111010010111001100110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A679; }

 p { color: rgb(192,166,121); }

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

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

 a { background-color: rgb(192,166,121); }

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

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

 span { border-color: rgb(192,166,121); }

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