#C2AD86

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

Shades of Pavlova #C2AD86

Tints of Pavlova #C2AD86

Color information

#C2AD86 (or 0xC2AD86) is unknown color: approx Pavlova. HEX triplet: C2, AD and 86. RGB value is (194,173,134). Sum of RGB (Red+Green+Blue) = 194+173+134=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AD86 is #3D5279. Grayscale: #AFAFAF. Windows color (decimal): -4018810 or 8826306. OLE color: 8826306.

HSL color Cylindrical-coordinate representation of color #C2AD86: hue angle of 39º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2AD86 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB194173134-
CMYK00.110.310.24
HSL39º32.97%64.31%-
HSV(B)39º30.93%76.08%-
XYZ41.4943.0828.68-
YUV174.83104.96141.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.72%
GREEN value IS 173 (67.97% from 255) = 34.53%
BLUE value IS 134 (52.73% from 255) = 26.75%
R=38.72%
G=34.53%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417313400.110.310.243932.9764.31
HexC2AD860B1F18272140
Octal30225520601337304741100
Binary1100001010101101100001100101111111110001001111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AD86; }

 p { color: rgb(194,173,134); }

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

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

 a { background-color: rgb(194,173,134); }

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

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

 span { border-color: rgb(194,173,134); }

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