#C1AD88

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

Shades of Pavlova #C1AD88

Tints of Pavlova #C1AD88

Color information

#C1AD88 (or 0xC1AD88) is unknown color: approx Pavlova. HEX triplet: C1, AD and 88. RGB value is (193,173,136). Sum of RGB (Red+Green+Blue) = 193+173+136=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AD88 is #3E5277. Grayscale: #AEAEAE. Windows color (decimal): -4084344 or 8957377. OLE color: 8957377.

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

Color convert

RGB193173136-
CMYK00.100.300.24
HSL38.95º31.49%64.51%-
HSV(B)38.95º29.53%75.69%-
XYZ41.384329.41-
YUV174.76106.13141.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.45%
GREEN value IS 173 (67.97% from 255) = 34.46%
BLUE value IS 136 (53.52% from 255) = 27.09%
R=38.45%
G=34.46%
B=27.09%

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
Decimal19317313600.100.300.2438.9531.4964.51
HexC1AD880A1E18271f41
Octal30125521001236304737101
Binary110000011010110110001000010101111011000100111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AD88; }

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

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

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

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

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

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

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

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