#C0AD8C

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

Shades of Pavlova #C0AD8C

Tints of Pavlova #C0AD8C

Color information

#C0AD8C (or 0xC0AD8C) is unknown color: approx Pavlova. HEX triplet: C0, AD and 8C. RGB value is (192,173,140). Sum of RGB (Red+Green+Blue) = 192+173+140=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AD8C is #3F5273. Grayscale: #AFAFAF. Windows color (decimal): -4149876 or 9219520. OLE color: 9219520.

HSL color Cylindrical-coordinate representation of color #C0AD8C: hue angle of 38.08º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0AD8C is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB192173140-
CMYK00.100.270.25
HSL38.08º29.21%65.1%-
HSV(B)38.08º27.08%75.29%-
XYZ41.4242.9930.93-
YUV174.92108.29140.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.02%
GREEN value IS 173 (67.97% from 255) = 34.26%
BLUE value IS 140 (55.08% from 255) = 27.72%
R=38.02%
G=34.26%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217314000.100.270.2538.0829.2165.1
HexC0AD8C0A1B19261d41
Octal30025521401233314635101
Binary110000001010110110001100010101101111001100110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AD8C; }

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

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

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

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

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

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

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

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