#C5AC84

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

Shades of Pavlova #C5AC84

Tints of Pavlova #C5AC84

Color information

#C5AC84 (or 0xC5AC84) is unknown color: approx Pavlova. HEX triplet: C5, AC and 84. RGB value is (197,172,132). Sum of RGB (Red+Green+Blue) = 197+172+132=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AC84 is #3A537B. Grayscale: #AFAFAF. Windows color (decimal): -3822460 or 8694981. OLE color: 8694981.

HSL color Cylindrical-coordinate representation of color #C5AC84: hue angle of 36.92º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C5AC84 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB197172132-
CMYK00.130.330.23
HSL36.92º35.91%64.51%-
HSV(B)36.92º32.99%77.25%-
XYZ41.9443.0427.93-
YUV174.92103.78143.75-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.32%
GREEN value IS 172 (67.58% from 255) = 34.33%
BLUE value IS 132 (51.95% from 255) = 26.35%
R=39.32%
G=34.33%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717213200.130.330.2336.9235.9164.51
HexC5AC840D2117252441
Octal30525420401541274544101
Binary11000101101011001000010001101100001101111001011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AC84; }

 p { color: rgb(197,172,132); }

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

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

 a { background-color: rgb(197,172,132); }

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

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

 span { border-color: rgb(197,172,132); }

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