#C0A984

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

Shades of Pavlova #C0A984

Tints of Pavlova #C0A984

Color information

#C0A984 (or 0xC0A984) is unknown color: approx Pavlova. HEX triplet: C0, A9 and 84. RGB value is (192,169,132). Sum of RGB (Red+Green+Blue) = 192+169+132=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 132 (51.95% from 255 or 26.77% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A984 is #3F567B. Grayscale: #ABABAB. Windows color (decimal): -4150908 or 8694208. OLE color: 8694208.

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

Color convert

RGB192169132-
CMYK00.120.310.25
HSL37º32.26%63.53%-
HSV(B)37º31.25%75.29%-
XYZ40.0941.2527.68-
YUV171.66105.62142.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.95%
GREEN value IS 169 (66.41% from 255) = 34.28%
BLUE value IS 132 (51.95% from 255) = 26.77%
R=38.95%
G=34.28%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216913200.120.310.253732.2663.53
HexC0A9840C1F19252040
Octal30025120401437314540100
Binary1100000010101001100001000110011111110011001011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A984; }

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

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

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

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

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

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

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

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