#C2A97F

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

Shades of Pavlova #C2A97F

Tints of Pavlova #C2A97F

Color information

#C2A97F (or 0xC2A97F) is unknown color: approx Pavlova. HEX triplet: C2, A9 and 7F. RGB value is (194,169,127). Sum of RGB (Red+Green+Blue) = 194+169+127=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A97F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A97F is #3D5680. Grayscale: #ABABAB. Windows color (decimal): -4019841 or 8366530. OLE color: 8366530.

HSL color Cylindrical-coordinate representation of color #C2A97F: hue angle of 37.61º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2A97F is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB194169127-
CMYK00.130.350.24
HSL37.61º35.45%62.94%-
HSV(B)37.61º34.54%76.08%-
XYZ40.2741.3825.94-
YUV171.69102.78143.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.59%
GREEN value IS 169 (66.41% from 255) = 34.49%
BLUE value IS 127 (50% from 255) = 25.92%
R=39.59%
G=34.49%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416912700.130.350.2437.6135.4562.94
HexC2A97F0D231826233f
Octal3022511770154330464377
Binary110000101010100111111110110110001111000100110100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A97F; }

 p { color: rgb(194,169,127); }

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

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

 a { background-color: rgb(194,169,127); }

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

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

 span { border-color: rgb(194,169,127); }

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