#C1AC8C

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

Shades of Pavlova #C1AC8C

Tints of Pavlova #C1AC8C

Color information

#C1AC8C (or 0xC1AC8C) is unknown color: approx Pavlova. HEX triplet: C1, AC and 8C. RGB value is (193,172,140). Sum of RGB (Red+Green+Blue) = 193+172+140=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AC8C is #3E5373. Grayscale: #AEAEAE. Windows color (decimal): -4084596 or 9219265. OLE color: 9219265.

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

Color convert

RGB193172140-
CMYK00.110.270.24
HSL36.23º29.94%65.29%-
HSV(B)36.23º27.46%75.69%-
XYZ41.4842.7430.87-
YUV174.63108.46141.1-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.22%
GREEN value IS 172 (67.58% from 255) = 34.06%
BLUE value IS 140 (55.08% from 255) = 27.72%
R=38.22%
G=34.06%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317214000.110.270.2436.2329.9465.29
HexC1AC8C0B1B18241e41
Octal30125421401333304436101
Binary110000011010110010001100010111101111000100100111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AC8C; }

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

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

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

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

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

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

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

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