#C4AC85

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

Shades of Pavlova #C4AC85

Tints of Pavlova #C4AC85

Color information

#C4AC85 (or 0xC4AC85) is unknown color: approx Pavlova. HEX triplet: C4, AC and 85. RGB value is (196,172,133). Sum of RGB (Red+Green+Blue) = 196+172+133=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AC85 is #3B537A. Grayscale: #AEAEAE. Windows color (decimal): -3887995 or 8760516. OLE color: 8760516.

HSL color Cylindrical-coordinate representation of color #C4AC85: hue angle of 37.14º degrees, saturation: 0.35, 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 #C4AC85 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB196172133-
CMYK00.120.320.23
HSL37.14º34.81%64.51%-
HSV(B)37.14º32.14%76.86%-
XYZ41.7542.9328.28-
YUV174.73104.45143.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.12%
GREEN value IS 172 (67.58% from 255) = 34.33%
BLUE value IS 133 (52.34% from 255) = 26.55%
R=39.12%
G=34.33%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617213300.120.320.2337.1434.8164.51
HexC4AC850C2017252341
Octal30425420501440274543101
Binary11000100101011001000010101100100000101111001011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AC85; }

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

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

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

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

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

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

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

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