#C1AA85

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

Shades of Pavlova #C1AA85

Tints of Pavlova #C1AA85

Color information

#C1AA85 (or 0xC1AA85) is unknown color: approx Pavlova. HEX triplet: C1, AA and 85. RGB value is (193,170,133). Sum of RGB (Red+Green+Blue) = 193+170+133=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AA85 is #3E557A. Grayscale: #ACACAC. Windows color (decimal): -4085115 or 8760001. OLE color: 8760001.

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

Color convert

RGB193170133-
CMYK00.120.310.24
HSL37º32.61%63.92%-
HSV(B)37º31.09%75.69%-
XYZ40.641.7828.11-
YUV172.66105.62142.51-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.91%
GREEN value IS 170 (66.80% from 255) = 34.27%
BLUE value IS 133 (52.34% from 255) = 26.81%
R=38.91%
G=34.27%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317013300.120.310.243732.6163.92
HexC1AA850C1F18252140
Octal30125220501437304541100
Binary1100000110101010100001010110011111110001001011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AA85; }

 p { color: rgb(193,170,133); }

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

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

 a { background-color: rgb(193,170,133); }

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

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

 span { border-color: rgb(193,170,133); }

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