#C3A981

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

Shades of Pavlova #C3A981

Tints of Pavlova #C3A981

Color information

#C3A981 (or 0xC3A981) is unknown color: approx Pavlova. HEX triplet: C3, A9 and 81. RGB value is (195,169,129). Sum of RGB (Red+Green+Blue) = 195+169+129=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 129 (50.78% from 255 or 26.17% from 493); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A981 is #3C567E. Grayscale: #ACACAC. Windows color (decimal): -3954303 or 8497603. OLE color: 8497603.

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

Color convert

RGB195169129-
CMYK00.130.340.24
HSL36.36º35.48%63.53%-
HSV(B)36.36º33.85%76.47%-
XYZ40.6641.5626.65-
YUV172.21103.61144.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.55%
GREEN value IS 169 (66.41% from 255) = 34.28%
BLUE value IS 129 (50.78% from 255) = 26.17%
R=39.55%
G=34.28%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516912900.130.340.2436.3635.4863.53
HexC3A9810D2218242340
Octal30325120101542304443100
Binary11000011101010011000000101101100010110001001001000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A981; }

 p { color: rgb(195,169,129); }

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

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

 a { background-color: rgb(195,169,129); }

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

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

 span { border-color: rgb(195,169,129); }

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