Html Css Color HEX #C0AFAA Martini

📋 copy color: '#C0AFAA'

red 192 ◦ green 175 ◦ blue 170

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

Shades of Martini #C0AFAA

Tints of Martini #C0AFAA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.59%

 BLUE value IS 170 (66.8% from 255) = 31.66%

R = 35.75%
G = 32.59%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C0AFAA (or 0xC0AFAA) is known color: Martini. HEX triplet: C0, AF and AA. RGB value is (192,175,170). Sum of RGB (Red+Green+Blue) = 192+175+170=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AFAA is #3F5055. Grayscale: #B3B3B3. Windows color (decimal): -4149334 or 11186112. OLE color: 11186112.

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

Color convert

RGB 192 175 170 -
CMYK 0 0.09 0.11 0.25
HSL 13.64º 0.15% 0.71% -
HSV(B) 13.64º 0.11% 0.75% -
XYZ 44.32 44.77 44.34 -
YUV 179.51 122.63 136.91 -
System Red Green Blue C M Y K H S L
Decimal 192 175 170 0 0.09 0.11 0.25 13.64 0.15 0.71
Hex C0 AF AA 0 9 B 19 E F 47
Octal 300 257 252 0 11 13 31 16 17 107
Binary 11000000 10101111 10101010 0 1001 1011 11001 1110 1111 1000111

Color Harmonies of #C0AFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AFAA

Black with #C0AFAA

Text Example


Text Example

White with #C0AFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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