Html Css Color HEX #C0BCAB Grey Nickel

📋 copy color: '#C0BCAB'

red 192 ◦ green 188 ◦ blue 171

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

Shades of Grey Nickel #C0BCAB

Tints of Grey Nickel #C0BCAB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.12%

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

R = 34.85%
G = 34.12%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C0BCAB (or 0xC0BCAB) is known color: Grey Nickel. HEX triplet: C0, BC and AB. RGB value is (192,188,171). Sum of RGB (Red+Green+Blue) = 192+188+171=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BCAB is #3F4354. Grayscale: #BBBBBB. Windows color (decimal): -4146005 or 11254976. OLE color: 11254976.

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

Color convert

RGB 192 188 171 -
CMYK 0 0.02 0.11 0.25
HSL 48.57º 0.14% 0.71% -
HSV(B) 48.57º 0.11% 0.75% -
XYZ 47.07 50.11 45.72 -
YUV 187.26 118.83 131.38 -
System Red Green Blue C M Y K H S L
Decimal 192 188 171 0 0.02 0.11 0.25 48.57 0.14 0.71
Hex C0 BC AB 0 2 B 19 31 E 47
Octal 300 274 253 0 2 13 31 61 16 107
Binary 11000000 10111100 10101011 0 10 1011 11001 110001 1110 1000111

Color Harmonies of #C0BCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BCAB

Black with #C0BCAB

Text Example


Text Example

White with #C0BCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BCAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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