Html Css Color HEX #C0AFA9 Martini

📋 copy color: '#C0AFA9'

red 192 ◦ green 175 ◦ blue 169

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

Shades of Martini #C0AFA9

Tints of Martini #C0AFA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 31.53%

R = 35.82%
G = 32.65%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C0AFA9 (or 0xC0AFA9) is known color: Martini. HEX triplet: C0, AF and A9. RGB value is (192,175,169). Sum of RGB (Red+Green+Blue) = 192+175+169=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 169 (66.41% from 255 or 31.53% from 536); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AFA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AFA9 is #3F5056. Grayscale: #B3B3B3. Windows color (decimal): -4149335 or 11120576. OLE color: 11120576.

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

Color convert

RGB 192 175 169 -
CMYK 0 0.09 0.12 0.25
HSL 15.65º 0.15% 0.71% -
HSV(B) 15.65º 0.12% 0.75% -
XYZ 44.23 44.73 43.84 -
YUV 179.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 192 175 169 0 0.09 0.12 0.25 15.65 0.15 0.71
Hex C0 AF A9 0 9 C 19 10 F 47
Octal 300 257 251 0 11 14 31 20 17 107
Binary 11000000 10101111 10101001 0 1001 1100 11001 10000 1111 1000111

Color Harmonies of #C0AFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AFA9

Black with #C0AFA9

Text Example


Text Example

White with #C0AFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AFA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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