Html Css Color HEX #C0BBAA Grey Nickel

📋 copy color: '#C0BBAA'

red 192 ◦ green 187 ◦ blue 170

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

Shades of Grey Nickel #C0BBAA

Tints of Grey Nickel #C0BBAA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.06%

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

R = 34.97%
G = 34.06%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C0BBAA (or 0xC0BBAA) is known color: Grey Nickel. HEX triplet: C0, BB and AA. RGB value is (192,187,170). Sum of RGB (Red+Green+Blue) = 192+187+170=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BBAA is #3F4455. Grayscale: #BABABA. Windows color (decimal): -4146262 or 11189184. OLE color: 11189184.

HSL color Cylindrical-coordinate representation of color #C0BBAA: hue angle of 46.36º 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 #C0BBAA is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 187 170 -
CMYK 0 0.03 0.11 0.25
HSL 46.36º 0.15% 0.71% -
HSV(B) 46.36º 0.11% 0.75% -
XYZ 46.76 49.65 45.15 -
YUV 186.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 192 187 170 0 0.03 0.11 0.25 46.36 0.15 0.71
Hex C0 BB AA 0 3 B 19 2E F 47
Octal 300 273 252 0 3 13 31 56 17 107
Binary 11000000 10111011 10101010 0 11 1011 11001 101110 1111 1000111

Color Harmonies of #C0BBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BBAA

Black with #C0BBAA

Text Example


Text Example

White with #C0BBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BBAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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