Html Css Color HEX #C2B0AA Martini

📋 copy color: '#C2B0AA'

red 194 ◦ green 176 ◦ blue 170

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

Shades of Martini #C2B0AA

Tints of Martini #C2B0AA

RGB

 RED value IS 194 (76.17% from 255) = 35.93%

 GREEN value IS 176 (69.14% from 255) = 32.59%

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

R = 35.93%
G = 32.59%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C2B0AA (or 0xC2B0AA) is known color: Martini. HEX triplet: C2, B0 and AA. RGB value is (194,176,170). Sum of RGB (Red+Green+Blue) = 194+176+170=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 176 (69.14% from 255 or 32.59% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B0AA is #3D4F55. Grayscale: #B4B4B4. Windows color (decimal): -4018006 or 11186370. OLE color: 11186370.

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

Color convert

RGB 194 176 170 -
CMYK 0 0.09 0.12 0.24
HSL 15º 0.16% 0.71% -
HSV(B) 15º 0.12% 0.76% -
XYZ 45.03 45.42 44.42 -
YUV 180.7 121.96 137.49 -
System Red Green Blue C M Y K H S L
Decimal 194 176 170 0 0.09 0.12 0.24 15 0.16 0.71
Hex C2 B0 AA 0 9 C 18 F 10 47
Octal 302 260 252 0 11 14 30 17 20 107
Binary 11000010 10110000 10101010 0 1001 1100 11000 1111 10000 1000111

Color Harmonies of #C2B0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B0AA

Black with #C2B0AA

Text Example


Text Example

White with #C2B0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B0AA; }

 p { color: rgb(194,176,170); }

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

background-color css

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

 a { background-color: rgb(194,176,170); }

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

border-color css

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

 span { border-color: rgb(194,176,170); }

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