#C1A987

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

Shades of Pavlova #C1A987

Tints of Pavlova #C1A987

Color information

#C1A987 (or 0xC1A987) is unknown color: approx Pavlova. HEX triplet: C1, A9 and 87. RGB value is (193,169,135). Sum of RGB (Red+Green+Blue) = 193+169+135=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 135 (53.12% from 255 or 27.16% from 497); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A987 is #3E5678. Grayscale: #ACACAC. Windows color (decimal): -4085369 or 8890817. OLE color: 8890817.

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

Color convert

RGB193169135-
CMYK00.120.300.24
HSL35.17º31.87%64.31%-
HSV(B)35.17º30.05%75.69%-
XYZ40.5541.4628.79-
YUV172.3106.95142.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.83%
GREEN value IS 169 (66.41% from 255) = 34.00%
BLUE value IS 135 (53.12% from 255) = 27.16%
R=38.83%
G=34.00%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316913500.120.300.2435.1731.8764.31
HexC1A9870C1E18232040
Octal30125120701436304340100
Binary1100000110101001100001110110011110110001000111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A987; }

 p { color: rgb(193,169,135); }

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

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

 a { background-color: rgb(193,169,135); }

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

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

 span { border-color: rgb(193,169,135); }

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