Html Css Color HEX #C0BCAD Grey Nickel

📋 copy color: '#C0BCAD'

red 192 ◦ green 188 ◦ blue 173

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

Shades of Grey Nickel #C0BCAD

Tints of Grey Nickel #C0BCAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.28%

R = 34.72%
G = 34%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C0BCAD (or 0xC0BCAD) is known color: Grey Nickel. HEX triplet: C0, BC and AD. RGB value is (192,188,173). Sum of RGB (Red+Green+Blue) = 192+188+173=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BCAD is #3F4352. Grayscale: #BBBBBB. Windows color (decimal): -4146003 or 11386048. OLE color: 11386048.

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

Color convert

RGB 192 188 173 -
CMYK 0 0.02 0.10 0.25
HSL 47.37º 0.13% 0.72% -
HSV(B) 47.37º 0.1% 0.75% -
XYZ 47.26 50.19 46.73 -
YUV 187.49 119.83 131.22 -
System Red Green Blue C M Y K H S L
Decimal 192 188 173 0 0.02 0.10 0.25 47.37 0.13 0.72
Hex C0 BC AD 0 2 A 19 2F D 48
Octal 300 274 255 0 2 12 31 57 15 110
Binary 11000000 10111100 10101101 0 10 1010 11001 101111 1101 1001000

Color Harmonies of #C0BCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BCAD

Black with #C0BCAD

Text Example


Text Example

White with #C0BCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BCAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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