Html Css Color HEX #C2AA88 Pavlova

📋 copy color: '#C2AA88'

red 194 ◦ green 170 ◦ blue 136

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

Shades of Pavlova #C2AA88

Tints of Pavlova #C2AA88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.2%

R = 38.8%
G = 34%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C2AA88 (or 0xC2AA88) is known color: Pavlova. HEX triplet: C2, AA and 88. RGB value is (194,170,136). Sum of RGB (Red+Green+Blue) = 194+170+136=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AA88 is #3D5577. Grayscale: #ADADAD. Windows color (decimal): -4019576 or 8956610. OLE color: 8956610.

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

Color convert

RGB 194 170 136 -
CMYK 0 0.12 0.30 0.24
HSL 35.17º 0.32% 0.65% -
HSV(B) 35.17º 0.3% 0.76% -
XYZ 41.07 42 29.23 -
YUV 173.3 106.95 142.76 -
System Red Green Blue C M Y K H S L
Decimal 194 170 136 0 0.12 0.30 0.24 35.17 0.32 0.65
Hex C2 AA 88 0 C 1E 18 23 20 41
Octal 302 252 210 0 14 36 30 43 40 101
Binary 11000010 10101010 10001000 0 1100 11110 11000 100011 100000 1000001

Color Harmonies of #C2AA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AA88

Black with #C2AA88

Text Example


Text Example

White with #C2AA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AA88; }

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

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

background-color css

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

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

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

border-color css

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

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

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