#C3AD88

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

Shades of Pavlova #C3AD88

Tints of Pavlova #C3AD88

Color information

#C3AD88 (or 0xC3AD88) is unknown color: approx Pavlova. HEX triplet: C3, AD and 88. RGB value is (195,173,136). Sum of RGB (Red+Green+Blue) = 195+173+136=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AD88 is #3C5277. Grayscale: #AFAFAF. Windows color (decimal): -3953272 or 8957379. OLE color: 8957379.

HSL color Cylindrical-coordinate representation of color #C3AD88: hue angle of 37.63º degrees, saturation: 0.33, 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 #C3AD88 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB195173136-
CMYK00.110.300.24
HSL37.63º32.96%64.9%-
HSV(B)37.63º30.26%76.47%-
XYZ41.8943.2729.44-
YUV175.36105.79142.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.69%
GREEN value IS 173 (67.97% from 255) = 34.33%
BLUE value IS 136 (53.52% from 255) = 26.98%
R=38.69%
G=34.33%
B=26.98%

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
Decimal19517313600.110.300.2437.6332.9664.9
HexC3AD880B1E18262141
Octal30325521001336304641101
Binary1100001110101101100010000101111110110001001101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AD88; }

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

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

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

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

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

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

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

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