#C1AE8C

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

Shades of Pavlova #C1AE8C

Tints of Pavlova #C1AE8C

Color information

#C1AE8C (or 0xC1AE8C) is unknown color: approx Pavlova. HEX triplet: C1, AE and 8C. RGB value is (193,174,140). Sum of RGB (Red+Green+Blue) = 193+174+140=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AE8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AE8C is #3E5173. Grayscale: #AFAFAF. Windows color (decimal): -4084084 or 9219777. OLE color: 9219777.

HSL color Cylindrical-coordinate representation of color #C1AE8C: hue angle of 38.49º 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 #C1AE8C is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB193174140-
CMYK00.100.270.24
HSL38.49º29.94%65.29%-
HSV(B)38.49º27.46%75.69%-
XYZ41.8643.531-
YUV175.8107.79140.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.07%
GREEN value IS 174 (68.36% from 255) = 34.32%
BLUE value IS 140 (55.08% from 255) = 27.61%
R=38.07%
G=34.32%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317414000.100.270.2438.4929.9465.29
HexC1AE8C0A1B18261e41
Octal30125621401233304636101
Binary110000011010111010001100010101101111000100110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AE8C; }

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

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

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

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

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

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

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

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