Html Css Color HEX #C2BEAC Grey Nickel

📋 copy color: '#C2BEAC'

red 194 ◦ green 190 ◦ blue 172

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

Shades of Grey Nickel #C2BEAC

Tints of Grey Nickel #C2BEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.94%

R = 34.89%
G = 34.17%
B = 30.94%

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

#C2BEAC (or 0xC2BEAC) is known color: Grey Nickel. HEX triplet: C2, BE and AC. RGB value is (194,190,172). Sum of RGB (Red+Green+Blue) = 194+190+172=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BEAC is #3D4153. Grayscale: #BDBDBD. Windows color (decimal): -4014420 or 11321026. OLE color: 11321026.

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

Color convert

RGB 194 190 172 -
CMYK 0 0.02 0.11 0.24
HSL 49.09º 0.15% 0.72% -
HSV(B) 49.09º 0.11% 0.76% -
XYZ 48.11 51.27 46.39 -
YUV 189.14 118.33 131.46 -
System Red Green Blue C M Y K H S L
Decimal 194 190 172 0 0.02 0.11 0.24 49.09 0.15 0.72
Hex C2 BE AC 0 2 B 18 31 F 48
Octal 302 276 254 0 2 13 30 61 17 110
Binary 11000010 10111110 10101100 0 10 1011 11000 110001 1111 1001000

Color Harmonies of #C2BEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BEAC

Black with #C2BEAC

Text Example


Text Example

White with #C2BEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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