#C2AB88

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

Shades of Pavlova #C2AB88

Tints of Pavlova #C2AB88

Color information

#C2AB88 (or 0xC2AB88) is unknown color: approx Pavlova. HEX triplet: C2, AB and 88. RGB value is (194,171,136). Sum of RGB (Red+Green+Blue) = 194+171+136=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AB88 is #3D5477. Grayscale: #AEAEAE. Windows color (decimal): -4019320 or 8956866. OLE color: 8956866.

HSL color Cylindrical-coordinate representation of color #C2AB88: hue angle of 36.21º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2AB88 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB194171136-
CMYK00.120.300.24
HSL36.21º32.22%64.71%-
HSV(B)36.21º29.9%76.08%-
XYZ41.2542.3729.3-
YUV173.89106.62142.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.72%
GREEN value IS 171 (67.19% from 255) = 34.13%
BLUE value IS 136 (53.52% from 255) = 27.15%
R=38.72%
G=34.13%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417113600.120.300.2436.2132.2264.71
HexC2AB880C1E18242041
Octal30225321001436304440101
Binary1100001010101011100010000110011110110001001001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AB88; }

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

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

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

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

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

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

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

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