#C0AD84

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

Shades of Pavlova #C0AD84

Tints of Pavlova #C0AD84

Color information

#C0AD84 (or 0xC0AD84) is unknown color: approx Pavlova. HEX triplet: C0, AD and 84. RGB value is (192,173,132). Sum of RGB (Red+Green+Blue) = 192+173+132=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AD84 is #3F527B. Grayscale: #AEAEAE. Windows color (decimal): -4149884 or 8695232. OLE color: 8695232.

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

Color convert

RGB192173132-
CMYK00.100.310.25
HSL41º32.26%63.53%-
HSV(B)41º31.25%75.29%-
XYZ40.8542.7627.93-
YUV174.01104.29140.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.63%
GREEN value IS 173 (67.97% from 255) = 34.81%
BLUE value IS 132 (51.95% from 255) = 26.56%
R=38.63%
G=34.81%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217313200.100.310.254132.2663.53
HexC0AD840A1F19292040
Octal30025520401237315140100
Binary1100000010101101100001000101011111110011010011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AD84; }

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

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

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

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

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

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

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

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