#C2AC85

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

Shades of Pavlova #C2AC85

Tints of Pavlova #C2AC85

Color information

#C2AC85 (or 0xC2AC85) is unknown color: approx Pavlova. HEX triplet: C2, AC and 85. RGB value is (194,172,133). Sum of RGB (Red+Green+Blue) = 194+172+133=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AC85 is #3D537A. Grayscale: #AEAEAE. Windows color (decimal): -4019067 or 8760514. OLE color: 8760514.

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

Color convert

RGB194172133-
CMYK00.110.310.24
HSL38.36º33.33%64.12%-
HSV(B)38.36º31.44%76.08%-
XYZ41.2342.6728.25-
YUV174.13104.79142.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.88%
GREEN value IS 172 (67.58% from 255) = 34.47%
BLUE value IS 133 (52.34% from 255) = 26.65%
R=38.88%
G=34.47%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417213300.110.310.2438.3633.3364.12
HexC2AC850B1F18262140
Octal30225420501337304641100
Binary1100001010101100100001010101111111110001001101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AC85; }

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

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

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

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

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

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

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

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