Html Css Color HEX #C0BBAB Grey Nickel

📋 copy color: '#C0BBAB'

red 192 ◦ green 187 ◦ blue 171

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

Shades of Grey Nickel #C0BBAB

Tints of Grey Nickel #C0BBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.09%

R = 34.91%
G = 34%
B = 31.09%

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

#C0BBAB (or 0xC0BBAB) is known color: Grey Nickel. HEX triplet: C0, BB and AB. RGB value is (192,187,171). Sum of RGB (Red+Green+Blue) = 192+187+171=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BBAB is #3F4454. Grayscale: #BABABA. Windows color (decimal): -4146261 or 11254720. OLE color: 11254720.

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

Color convert

RGB 192 187 171 -
CMYK 0 0.03 0.11 0.25
HSL 45.71º 0.14% 0.71% -
HSV(B) 45.71º 0.11% 0.75% -
XYZ 46.86 49.69 45.65 -
YUV 186.67 119.16 131.8 -
System Red Green Blue C M Y K H S L
Decimal 192 187 171 0 0.03 0.11 0.25 45.71 0.14 0.71
Hex C0 BB AB 0 3 B 19 2E E 47
Octal 300 273 253 0 3 13 31 56 16 107
Binary 11000000 10111011 10101011 0 11 1011 11001 101110 1110 1000111

Color Harmonies of #C0BBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BBAB

Black with #C0BBAB

Text Example


Text Example

White with #C0BBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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