#C1A981

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

Shades of Pavlova #C1A981

Tints of Pavlova #C1A981

Color information

#C1A981 (or 0xC1A981) is unknown color: approx Pavlova. HEX triplet: C1, A9 and 81. RGB value is (193,169,129). Sum of RGB (Red+Green+Blue) = 193+169+129=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A981 is #3E567E. Grayscale: #ABABAB. Windows color (decimal): -4085375 or 8497601. OLE color: 8497601.

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

Color convert

RGB193169129-
CMYK00.120.330.24
HSL37.5º34.04%63.14%-
HSV(B)37.5º33.16%75.69%-
XYZ40.1441.326.62-
YUV171.62103.95143.25-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.31%
GREEN value IS 169 (66.41% from 255) = 34.42%
BLUE value IS 129 (50.78% from 255) = 26.27%
R=39.31%
G=34.42%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316912900.120.330.2437.534.0463.14
HexC1A9810C211826223f
Octal3012512010144130464277
Binary1100000110101001100000010110010000111000100110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A981; }

 p { color: rgb(193,169,129); }

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

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

 a { background-color: rgb(193,169,129); }

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

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

 span { border-color: rgb(193,169,129); }

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