Html Css Color HEX #C0A8A5 Martini

📋 copy color: '#C0A8A5'

red 192 ◦ green 168 ◦ blue 165

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

Shades of Martini #C0A8A5

Tints of Martini #C0A8A5

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32%

 BLUE value IS 165 (64.84% from 255) = 31.43%

R = 36.57%
G = 32%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C0A8A5 (or 0xC0A8A5) is known color: Martini. HEX triplet: C0, A8 and A5. RGB value is (192,168,165). Sum of RGB (Red+Green+Blue) = 192+168+165=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A8A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A8A5 is #3F575A. Grayscale: #AEAEAE. Windows color (decimal): -4151131 or 10856640. OLE color: 10856640.

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

Color convert

RGB 192 168 165 -
CMYK 0 0.12 0.14 0.25
HSL 6.67º 0.18% 0.7% -
HSV(B) 6.67º 0.14% 0.75% -
XYZ 42.53 41.93 41.45 -
YUV 174.83 122.45 140.24 -
System Red Green Blue C M Y K H S L
Decimal 192 168 165 0 0.12 0.14 0.25 6.67 0.18 0.7
Hex C0 A8 A5 0 C E 19 7 12 46
Octal 300 250 245 0 14 16 31 7 22 106
Binary 11000000 10101000 10100101 0 1100 1110 11001 111 10010 1000110

Color Harmonies of #C0A8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A8A5

Black with #C0A8A5

Text Example


Text Example

White with #C0A8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A8A5; }

 p { color: rgb(192,168,165); }

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

background-color css

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

 a { background-color: rgb(192,168,165); }

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

border-color css

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

 span { border-color: rgb(192,168,165); }

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