#C3AD84

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

Shades of Pavlova #C3AD84

Tints of Pavlova #C3AD84

Color information

#C3AD84 (or 0xC3AD84) is unknown color: approx Pavlova. HEX triplet: C3, AD and 84. RGB value is (195,173,132). Sum of RGB (Red+Green+Blue) = 195+173+132=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AD84 is #3C527B. Grayscale: #AFAFAF. Windows color (decimal): -3953276 or 8695235. OLE color: 8695235.

HSL color Cylindrical-coordinate representation of color #C3AD84: 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 #C3AD84 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB195173132-
CMYK00.110.320.24
HSL39.05º34.43%64.12%-
HSV(B)39.05º32.31%76.47%-
XYZ41.6143.1627.97-
YUV174.9103.79142.33-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39%
GREEN value IS 173 (67.97% from 255) = 34.6%
BLUE value IS 132 (51.95% from 255) = 26.4%
R=39%
G=34.6%
B=26.4%

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
Decimal19517313200.110.320.2439.0534.4364.12
HexC3AD840B2018272240
Octal30325520401340304742100
Binary11000011101011011000010001011100000110001001111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AD84; }

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

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

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

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

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

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

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

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