#C5AC85

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

Shades of Pavlova #C5AC85

Tints of Pavlova #C5AC85

Color information

#C5AC85 (or 0xC5AC85) is unknown color: approx Pavlova. HEX triplet: C5, AC and 85. RGB value is (197,172,133). Sum of RGB (Red+Green+Blue) = 197+172+133=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AC85 is #3A537A. Grayscale: #AFAFAF. Windows color (decimal): -3822459 or 8760517. OLE color: 8760517.

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

Color convert

RGB197172133-
CMYK00.130.320.23
HSL36.56º35.56%64.71%-
HSV(B)36.56º32.49%77.25%-
XYZ42.0143.0728.29-
YUV175.03104.28143.67-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.24%
GREEN value IS 172 (67.58% from 255) = 34.26%
BLUE value IS 133 (52.34% from 255) = 26.49%
R=39.24%
G=34.26%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717213300.130.320.2336.5635.5664.71
HexC5AC850D2017252441
Octal30525420501540274544101
Binary11000101101011001000010101101100000101111001011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AC85; }

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

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

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

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

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

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

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

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