Html Css Color HEX #C0BDB2 Grey Nickel

📋 copy color: '#C0BDB2'

red 192 ◦ green 189 ◦ blue 178

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

Shades of Grey Nickel #C0BDB2

Tints of Grey Nickel #C0BDB2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.81%

 BLUE value IS 178 (69.92% from 255) = 31.84%

R = 34.35%
G = 33.81%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C0BDB2 (or 0xC0BDB2) is known color: Grey Nickel. HEX triplet: C0, BD and B2. RGB value is (192,189,178). Sum of RGB (Red+Green+Blue) = 192+189+178=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 178 (69.92% from 255 or 31.84% from 559); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BDB2 is #3F424D. Grayscale: #BCBCBC. Windows color (decimal): -4145742 or 11713984. OLE color: 11713984.

HSL color Cylindrical-coordinate representation of color #C0BDB2: hue angle of 47.14º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C0BDB2 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 189 178 -
CMYK 0 0.02 0.07 0.25
HSL 47.14º 0.1% 0.73% -
HSV(B) 47.14º 0.07% 0.75% -
XYZ 47.97 50.82 49.4 -
YUV 188.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 192 189 178 0 0.02 0.07 0.25 47.14 0.1 0.73
Hex C0 BD B2 0 2 7 19 2F A 49
Octal 300 275 262 0 2 7 31 57 12 111
Binary 11000000 10111101 10110010 0 10 111 11001 101111 1010 1001001

Color Harmonies of #C0BDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BDB2

Black with #C0BDB2

Text Example


Text Example

White with #C0BDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BDB2; }

 p { color: rgb(192,189,178); }

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

background-color css

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

 a { background-color: rgb(192,189,178); }

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

border-color css

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

 span { border-color: rgb(192,189,178); }

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