Html Css Color HEX #C0AA8A Pavlova

📋 copy color: '#C0AA8A'

red 192 ◦ green 170 ◦ blue 138

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

Shades of Pavlova #C0AA8A

Tints of Pavlova #C0AA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.6%

R = 38.4%
G = 34%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0AA8A (or 0xC0AA8A) is known color: Pavlova. HEX triplet: C0, AA and 8A. RGB value is (192,170,138). Sum of RGB (Red+Green+Blue) = 192+170+138=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AA8A is #3F5575. Grayscale: #ADADAD. Windows color (decimal): -4150646 or 9087680. OLE color: 9087680.

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

Color convert

RGB 192 170 138 -
CMYK 0 0.11 0.28 0.25
HSL 35.56º 0.3% 0.65% -
HSV(B) 35.56º 0.28% 0.75% -
XYZ 40.7 41.79 29.97 -
YUV 172.93 108.29 141.6 -
System Red Green Blue C M Y K H S L
Decimal 192 170 138 0 0.11 0.28 0.25 35.56 0.3 0.65
Hex C0 AA 8A 0 B 1C 19 24 1E 41
Octal 300 252 212 0 13 34 31 44 36 101
Binary 11000000 10101010 10001010 0 1011 11100 11001 100100 11110 1000001

Color Harmonies of #C0AA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AA8A

Black with #C0AA8A

Text Example


Text Example

White with #C0AA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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