#C2AB8C

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

Shades of Pavlova #C2AB8C

Tints of Pavlova #C2AB8C

Color information

#C2AB8C (or 0xC2AB8C) is unknown color: approx Pavlova. HEX triplet: C2, AB and 8C. RGB value is (194,171,140). Sum of RGB (Red+Green+Blue) = 194+171+140=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AB8C is #3D5473. Grayscale: #AEAEAE. Windows color (decimal): -4019316 or 9219010. OLE color: 9219010.

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

Color convert

RGB194171140-
CMYK00.120.280.24
HSL34.44º30.68%65.49%-
HSV(B)34.44º27.84%76.08%-
XYZ41.5442.4930.82-
YUV174.34108.62142.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.42%
GREEN value IS 171 (67.19% from 255) = 33.86%
BLUE value IS 140 (55.08% from 255) = 27.72%
R=38.42%
G=33.86%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417114000.120.280.2434.4430.6865.49
HexC2AB8C0C1C18221f41
Octal30225321401434304237101
Binary110000101010101110001100011001110011000100010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AB8C; }

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

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

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

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

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

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

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

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