#C2AF8E

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

Shades of Pavlova #C2AF8E

Tints of Pavlova #C2AF8E

Color information

#C2AF8E (or 0xC2AF8E) is unknown color: approx Pavlova. HEX triplet: C2, AF and 8E. RGB value is (194,175,142). Sum of RGB (Red+Green+Blue) = 194+175+142=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AF8E is #3D5071. Grayscale: #B1B1B1. Windows color (decimal): -4018290 or 9351106. OLE color: 9351106.

HSL color Cylindrical-coordinate representation of color #C2AF8E: hue angle of 38.08º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2AF8E is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB194175142-
CMYK00.100.270.24
HSL38.08º29.89%65.88%-
HSV(B)38.08º26.8%76.08%-
XYZ42.4644.0831.86-
YUV176.92108.29140.18-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.96%
GREEN value IS 175 (68.75% from 255) = 34.25%
BLUE value IS 142 (55.86% from 255) = 27.79%
R=37.96%
G=34.25%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417514200.100.270.2438.0829.8965.88
HexC2AF8E0A1B18261e42
Octal30225721601233304636102
Binary110000101010111110001110010101101111000100110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AF8E; }

 p { color: rgb(194,175,142); }

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

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

 a { background-color: rgb(194,175,142); }

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

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

 span { border-color: rgb(194,175,142); }

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