#C2AB85

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

Shades of Pavlova #C2AB85

Tints of Pavlova #C2AB85

Color information

#C2AB85 (or 0xC2AB85) is unknown color: approx Pavlova. HEX triplet: C2, AB and 85. RGB value is (194,171,133). Sum of RGB (Red+Green+Blue) = 194+171+133=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AB85 is #3D547A. Grayscale: #ADADAD. Windows color (decimal): -4019323 or 8760258. OLE color: 8760258.

HSL color Cylindrical-coordinate representation of color #C2AB85: hue angle of 37.38º 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 #C2AB85 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB194171133-
CMYK00.120.310.24
HSL37.38º33.33%64.12%-
HSV(B)37.38º31.44%76.08%-
XYZ41.0442.2928.19-
YUV173.54105.12142.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.96%
GREEN value IS 171 (67.19% from 255) = 34.34%
BLUE value IS 133 (52.34% from 255) = 26.71%
R=38.96%
G=34.34%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417113300.120.310.2437.3833.3364.12
HexC2AB850C1F18252140
Octal30225320501437304541100
Binary1100001010101011100001010110011111110001001011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AB85; }

 p { color: rgb(194,171,133); }

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

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

 a { background-color: rgb(194,171,133); }

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

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

 span { border-color: rgb(194,171,133); }

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