#C3AA83

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

Shades of Pavlova #C3AA83

Tints of Pavlova #C3AA83

Color information

#C3AA83 (or 0xC3AA83) is unknown color: approx Pavlova. HEX triplet: C3, AA and 83. RGB value is (195,170,131). Sum of RGB (Red+Green+Blue) = 195+170+131=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 131 (51.56% from 255 or 26.41% from 496); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AA83 is #3C557C. Grayscale: #ADADAD. Windows color (decimal): -3954045 or 8628931. OLE color: 8628931.

HSL color Cylindrical-coordinate representation of color #C3AA83: hue angle of 36.56º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C3AA83 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB195170131-
CMYK00.130.330.24
HSL36.56º34.78%63.92%-
HSV(B)36.56º32.82%76.47%-
XYZ40.9841.9927.42-
YUV173.03104.28143.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.31%
GREEN value IS 170 (66.80% from 255) = 34.27%
BLUE value IS 131 (51.56% from 255) = 26.41%
R=39.31%
G=34.27%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517013100.130.330.2436.5634.7863.92
HexC3AA830D2118252340
Octal30325220301541304543100
Binary11000011101010101000001101101100001110001001011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AA83; }

 p { color: rgb(195,170,131); }

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

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

 a { background-color: rgb(195,170,131); }

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

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

 span { border-color: rgb(195,170,131); }

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