#c4ad8c

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

Shades of Pavlova #C4AD8C

Tints of Pavlova #C4AD8C

Color information

#C4AD8C (or 0xC4AD8C) is unknown color: approx Pavlova. HEX triplet: C4, AD and 8C. RGB value is (196,173,140). Sum of RGB (Red+Green+Blue) = 196+173+140=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AD8C is #3B5273. Grayscale: #B0B0B0. Windows color (decimal): -3887732 or 9219524. OLE color: 9219524.

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

Color convert

RGB196173140-
CMYK00.120.290.23
HSL35.36º32.18%65.88%-
HSV(B)35.36º28.57%76.86%-
XYZ42.4443.5230.97-
YUV176.11107.62142.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.51%
GREEN value IS 173 (67.97% from 255) = 33.99%
BLUE value IS 140 (55.08% from 255) = 27.50%
R=38.51%
G=33.99%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617314000.120.290.2335.3632.1865.88
HexC4AD8C0C1D17232042
Octal30425521401435274340102
Binary1100010010101101100011000110011101101111000111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4ad8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4ad8c; }

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

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

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

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

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

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

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

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