#C2AC83

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

Shades of Pavlova #C2AC83

Tints of Pavlova #C2AC83

Color information

#C2AC83 (or 0xC2AC83) is unknown color: approx Pavlova. HEX triplet: C2, AC and 83. RGB value is (194,172,131). Sum of RGB (Red+Green+Blue) = 194+172+131=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 131 (51.56% from 255 or 26.36% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AC83 is #3D537C. Grayscale: #AEAEAE. Windows color (decimal): -4019069 or 8629442. OLE color: 8629442.

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

Color convert

RGB194172131-
CMYK00.110.320.24
HSL39.05º34.05%63.73%-
HSV(B)39.05º32.47%76.08%-
XYZ41.142.6127.53-
YUV173.9103.79142.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.03%
GREEN value IS 172 (67.58% from 255) = 34.61%
BLUE value IS 131 (51.56% from 255) = 26.36%
R=39.03%
G=34.61%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417213100.110.320.2439.0534.0563.73
HexC2AC830B2018272240
Octal30225420301340304742100
Binary11000010101011001000001101011100000110001001111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AC83; }

 p { color: rgb(194,172,131); }

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

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

 a { background-color: rgb(194,172,131); }

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

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

 span { border-color: rgb(194,172,131); }

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