#C1AD84

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

Shades of Pavlova #C1AD84

Tints of Pavlova #C1AD84

Color information

#C1AD84 (or 0xC1AD84) is unknown color: approx Pavlova. HEX triplet: C1, AD and 84. RGB value is (193,173,132). Sum of RGB (Red+Green+Blue) = 193+173+132=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AD84 is #3E527B. Grayscale: #AEAEAE. Windows color (decimal): -4084348 or 8695233. OLE color: 8695233.

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

Color convert

RGB193173132-
CMYK00.100.320.24
HSL40.33º32.97%63.73%-
HSV(B)40.33º31.61%75.69%-
XYZ41.142.8927.94-
YUV174.31104.13141.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.76%
GREEN value IS 173 (67.97% from 255) = 34.74%
BLUE value IS 132 (51.95% from 255) = 26.51%
R=38.76%
G=34.74%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317313200.100.320.2440.3332.9763.73
HexC1AD840A2018282140
Octal30125520401240305041100
Binary11000001101011011000010001010100000110001010001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AD84; }

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

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

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

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

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

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

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

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