#C1A884

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

Shades of Pavlova #C1A884

Tints of Pavlova #C1A884

Color information

#C1A884 (or 0xC1A884) is unknown color: approx Pavlova. HEX triplet: C1, A8 and 84. RGB value is (193,168,132). Sum of RGB (Red+Green+Blue) = 193+168+132=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 132 (51.95% from 255 or 26.77% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A884 is #3E577B. Grayscale: #ABABAB. Windows color (decimal): -4085628 or 8693953. OLE color: 8693953.

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

Color convert

RGB193168132-
CMYK00.130.320.24
HSL35.41º32.97%63.73%-
HSV(B)35.41º31.61%75.69%-
XYZ40.1641.0127.63-
YUV171.37105.78143.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.15%
GREEN value IS 168 (66.02% from 255) = 34.08%
BLUE value IS 132 (51.95% from 255) = 26.77%
R=39.15%
G=34.08%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316813200.130.320.2435.4132.9763.73
HexC1A8840D2018232140
Octal30125020401540304341100
Binary11000001101010001000010001101100000110001000111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A884; }

 p { color: rgb(193,168,132); }

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

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

 a { background-color: rgb(193,168,132); }

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

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

 span { border-color: rgb(193,168,132); }

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