Html Css Color HEX #C2AA84 Pavlova

📋 copy color: '#C2AA84'

red 194 ◦ green 170 ◦ blue 132

#C2AA84
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pavlova #C2AA84

Tints of Pavlova #C2AA84

RGB

 RED value IS 194 (76.17% from 255) = 39.11%

 GREEN value IS 170 (66.8% from 255) = 34.27%

 BLUE value IS 132 (51.95% from 255) = 26.61%

R = 39.11%
G = 34.27%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C2AA84 (or 0xC2AA84) is known color: Pavlova. HEX triplet: C2, AA and 84. RGB value is (194,170,132). Sum of RGB (Red+Green+Blue) = 194+170+132=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 132 (51.95% from 255 or 26.61% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AA84 is #3D557B. Grayscale: #ADADAD. Windows color (decimal): -4019580 or 8694466. OLE color: 8694466.

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

Color convert

RGB 194 170 132 -
CMYK 0 0.12 0.32 0.24
HSL 36.77º 0.34% 0.64% -
HSV(B) 36.77º 0.32% 0.76% -
XYZ 40.79 41.88 27.76 -
YUV 172.84 104.95 143.09 -
System Red Green Blue C M Y K H S L
Decimal 194 170 132 0 0.12 0.32 0.24 36.77 0.34 0.64
Hex C2 AA 84 0 C 20 18 25 22 40
Octal 302 252 204 0 14 40 30 45 42 100
Binary 11000010 10101010 10000100 0 1100 100000 11000 100101 100010 1000000

Color Harmonies of #C2AA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AA84

Black with #C2AA84

Text Example


Text Example

White with #C2AA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AA84; }

 p { color: rgb(194,170,132); }

 H1.HeaderClassName
 {
   color: #C2AA84;
 }
 .AnyTagClassName
 {
   color: #C2AA84;
 }
</style>

background-color css

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

 a { background-color: rgb(194,170,132); }

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

border-color css

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

 span { border-color: rgb(194,170,132); }

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