#C2AD88

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

Shades of Pavlova #C2AD88

Tints of Pavlova #C2AD88

Color information

#C2AD88 (or 0xC2AD88) is unknown color: approx Pavlova. HEX triplet: C2, AD and 88. RGB value is (194,173,136). Sum of RGB (Red+Green+Blue) = 194+173+136=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AD88 is #3D5277. Grayscale: #AFAFAF. Windows color (decimal): -4018808 or 8957378. OLE color: 8957378.

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

Color convert

RGB194173136-
CMYK00.110.300.24
HSL38.28º32.22%64.71%-
HSV(B)38.28º29.9%76.08%-
XYZ41.6443.1329.42-
YUV175.06105.96141.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.57%
GREEN value IS 173 (67.97% from 255) = 34.39%
BLUE value IS 136 (53.52% from 255) = 27.04%
R=38.57%
G=34.39%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417313600.110.300.2438.2832.2264.71
HexC2AD880B1E18262041
Octal30225521001336304640101
Binary1100001010101101100010000101111110110001001101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AD88; }

 p { color: rgb(194,173,136); }

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

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

 a { background-color: rgb(194,173,136); }

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

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

 span { border-color: rgb(194,173,136); }

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