Html Css Color HEX #C0AA8E Pavlova

📋 copy color: '#C0AA8E'

red 192 ◦ green 170 ◦ blue 142

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

Shades of Pavlova #C0AA8E

Tints of Pavlova #C0AA8E

RGB

 RED value IS 192 (75.39% from 255) = 38.1%

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

 BLUE value IS 142 (55.86% from 255) = 28.17%

R = 38.1%
G = 33.73%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0AA8E (or 0xC0AA8E) is known color: Pavlova. HEX triplet: C0, AA and 8E. RGB value is (192,170,142). Sum of RGB (Red+Green+Blue) = 192+170+142=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AA8E is #3F5571. Grayscale: #ADADAD. Windows color (decimal): -4150642 or 9349824. OLE color: 9349824.

HSL color Cylindrical-coordinate representation of color #C0AA8E: hue angle of 33.6º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0AA8E is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 170 142 -
CMYK 0 0.11 0.26 0.25
HSL 33.6º 0.28% 0.65% -
HSV(B) 33.6º 0.26% 0.75% -
XYZ 41 41.91 31.52 -
YUV 173.39 110.29 141.28 -
System Red Green Blue C M Y K H S L
Decimal 192 170 142 0 0.11 0.26 0.25 33.6 0.28 0.65
Hex C0 AA 8E 0 B 1A 19 22 1C 41
Octal 300 252 216 0 13 32 31 42 34 101
Binary 11000000 10101010 10001110 0 1011 11010 11001 100010 11100 1000001

Color Harmonies of #C0AA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AA8E

Black with #C0AA8E

Text Example


Text Example

White with #C0AA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AA8E; }

 p { color: rgb(192,170,142); }

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

background-color css

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

 a { background-color: rgb(192,170,142); }

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

border-color css

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

 span { border-color: rgb(192,170,142); }

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