#C4AD85

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

Shades of Pavlova #C4AD85

Tints of Pavlova #C4AD85

Color information

#C4AD85 (or 0xC4AD85) is unknown color: approx Pavlova. HEX triplet: C4, AD and 85. RGB value is (196,173,133). Sum of RGB (Red+Green+Blue) = 196+173+133=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AD85 is #3B527A. Grayscale: #AFAFAF. Windows color (decimal): -3887739 or 8760772. OLE color: 8760772.

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

Color convert

RGB196173133-
CMYK00.120.320.23
HSL38.1º34.81%64.51%-
HSV(B)38.1º32.14%76.86%-
XYZ41.9443.3228.34-
YUV175.32104.12142.75-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.04%
GREEN value IS 173 (67.97% from 255) = 34.46%
BLUE value IS 133 (52.34% from 255) = 26.49%
R=39.04%
G=34.46%
B=26.49%

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
Decimal19617313300.120.320.2338.134.8164.51
HexC4AD850C2017262341
Octal30425520501440274643101
Binary11000100101011011000010101100100000101111001101000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AD85; }

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

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

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

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

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

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

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

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