#C1AC86

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

Shades of Pavlova #C1AC86

Tints of Pavlova #C1AC86

Color information

#C1AC86 (or 0xC1AC86) is unknown color: approx Pavlova. HEX triplet: C1, AC and 86. RGB value is (193,172,134). Sum of RGB (Red+Green+Blue) = 193+172+134=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 134 (52.73% from 255 or 26.85% from 499); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AC86 is #3E5379. Grayscale: #AEAEAE. Windows color (decimal): -4084602 or 8826049. OLE color: 8826049.

HSL color Cylindrical-coordinate representation of color #C1AC86: hue angle of 38.64º degrees, saturation: 0.32, 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 #C1AC86 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB193172134-
CMYK00.110.310.24
HSL38.64º32.24%64.12%-
HSV(B)38.64º30.57%75.69%-
XYZ41.0542.5628.61-
YUV173.95105.46141.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.68%
GREEN value IS 172 (67.58% from 255) = 34.47%
BLUE value IS 134 (52.73% from 255) = 26.85%
R=38.68%
G=34.47%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317213400.110.310.2438.6432.2464.12
HexC1AC860B1F18272040
Octal30125420601337304740100
Binary1100000110101100100001100101111111110001001111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AC86; }

 p { color: rgb(193,172,134); }

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

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

 a { background-color: rgb(193,172,134); }

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

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

 span { border-color: rgb(193,172,134); }

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