#C2AC8A

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

Shades of Pavlova #C2AC8A

Tints of Pavlova #C2AC8A

Color information

#C2AC8A (or 0xC2AC8A) is unknown color: approx Pavlova. HEX triplet: C2, AC and 8A. RGB value is (194,172,138). Sum of RGB (Red+Green+Blue) = 194+172+138=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AC8A is #3D5375. Grayscale: #AEAEAE. Windows color (decimal): -4019062 or 9088194. OLE color: 9088194.

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

Color convert

RGB194172138-
CMYK00.110.290.24
HSL36.43º31.46%65.1%-
HSV(B)36.43º28.87%76.08%-
XYZ41.5942.8130.12-
YUV174.7107.29141.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.49%
GREEN value IS 172 (67.58% from 255) = 34.13%
BLUE value IS 138 (54.30% from 255) = 27.38%
R=38.49%
G=34.13%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417213800.110.290.2436.4331.4665.1
HexC2AC8A0B1D18241f41
Octal30225421201335304437101
Binary110000101010110010001010010111110111000100100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AC8A; }

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

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

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

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

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

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

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

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