#C1AE88

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

Shades of Pavlova #C1AE88

Tints of Pavlova #C1AE88

Color information

#C1AE88 (or 0xC1AE88) is unknown color: approx Pavlova. HEX triplet: C1, AE and 88. RGB value is (193,174,136). Sum of RGB (Red+Green+Blue) = 193+174+136=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AE88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AE88 is #3E5177. Grayscale: #AFAFAF. Windows color (decimal): -4084088 or 8957633. OLE color: 8957633.

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

Color convert

RGB193174136-
CMYK00.100.300.24
HSL40º31.49%64.51%-
HSV(B)40º29.53%75.69%-
XYZ41.5743.3929.48-
YUV175.35105.79140.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.37%
GREEN value IS 174 (68.36% from 255) = 34.59%
BLUE value IS 136 (53.52% from 255) = 27.04%
R=38.37%
G=34.59%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317413600.100.300.244031.4964.51
HexC1AE880A1E18281f41
Octal30125621001236305037101
Binary110000011010111010001000010101111011000101000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AE88; }

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

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

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

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

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

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

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

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