#C1AC8E

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

Shades of Pavlova #C1AC8E

Tints of Pavlova #C1AC8E

Color information

#C1AC8E (or 0xC1AC8E) is unknown color: approx Pavlova. HEX triplet: C1, AC and 8E. RGB value is (193,172,142). Sum of RGB (Red+Green+Blue) = 193+172+142=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AC8E is #3E5371. Grayscale: #AFAFAF. Windows color (decimal): -4084594 or 9350337. OLE color: 9350337.

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

Color convert

RGB193172142-
CMYK00.110.260.24
HSL35.29º29.14%65.69%-
HSV(B)35.29º26.42%75.69%-
XYZ41.6342.831.66-
YUV174.86109.46140.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.07%
GREEN value IS 172 (67.58% from 255) = 33.93%
BLUE value IS 142 (55.86% from 255) = 28.01%
R=38.07%
G=33.93%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317214200.110.260.2435.2929.1465.69
HexC1AC8E0B1A18231d42
Octal30125421601332304335102
Binary110000011010110010001110010111101011000100011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AC8E; }

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

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

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

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

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

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

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

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