Html Css Color HEX #C2BEAD Grey Nickel

📋 copy color: '#C2BEAD'

red 194 ◦ green 190 ◦ blue 173

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

Shades of Grey Nickel #C2BEAD

Tints of Grey Nickel #C2BEAD

RGB

 RED value IS 194 (76.17% from 255) = 34.83%

 GREEN value IS 190 (74.61% from 255) = 34.11%

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

R = 34.83%
G = 34.11%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C2BEAD (or 0xC2BEAD) is known color: Grey Nickel. HEX triplet: C2, BE and AD. RGB value is (194,190,173). Sum of RGB (Red+Green+Blue) = 194+190+173=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BEAD is #3D4152. Grayscale: #BDBDBD. Windows color (decimal): -4014419 or 11386562. OLE color: 11386562.

HSL color Cylindrical-coordinate representation of color #C2BEAD: hue angle of 48.57º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2BEAD is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 190 173 -
CMYK 0 0.02 0.11 0.24
HSL 48.57º 0.15% 0.72% -
HSV(B) 48.57º 0.11% 0.76% -
XYZ 48.2 51.31 46.9 -
YUV 189.26 118.83 131.38 -
System Red Green Blue C M Y K H S L
Decimal 194 190 173 0 0.02 0.11 0.24 48.57 0.15 0.72
Hex C2 BE AD 0 2 B 18 31 F 48
Octal 302 276 255 0 2 13 30 61 17 110
Binary 11000010 10111110 10101101 0 10 1011 11000 110001 1111 1001000

Color Harmonies of #C2BEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BEAD

Black with #C2BEAD

Text Example


Text Example

White with #C2BEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BEAD; }

 p { color: rgb(194,190,173); }

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

background-color css

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

 a { background-color: rgb(194,190,173); }

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

border-color css

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

 span { border-color: rgb(194,190,173); }

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