Html Css Color HEX #C4BEAB Grey Nickel

📋 copy color: '#C4BEAB'

red 196 ◦ green 190 ◦ blue 171

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

Shades of Grey Nickel #C4BEAB

Tints of Grey Nickel #C4BEAB

RGB

 RED value IS 196 (76.95% from 255) = 35.19%

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

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

R = 35.19%
G = 34.11%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C4BEAB (or 0xC4BEAB) is known color: Grey Nickel. HEX triplet: C4, BE and AB. RGB value is (196,190,171). Sum of RGB (Red+Green+Blue) = 196+190+171=557 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.19% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BEAB is #3B4154. Grayscale: #BDBDBD. Windows color (decimal): -3883349 or 11255492. OLE color: 11255492.

HSL color Cylindrical-coordinate representation of color #C4BEAB: hue angle of 45.6º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4BEAB is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 190 171 -
CMYK 0 0.03 0.13 0.23
HSL 45.6º 0.17% 0.72% -
HSV(B) 45.6º 0.13% 0.77% -
XYZ 48.53 51.5 45.91 -
YUV 189.63 117.49 132.54 -
System Red Green Blue C M Y K H S L
Decimal 196 190 171 0 0.03 0.13 0.23 45.6 0.17 0.72
Hex C4 BE AB 0 3 D 17 2E 11 48
Octal 304 276 253 0 3 15 27 56 21 110
Binary 11000100 10111110 10101011 0 11 1101 10111 101110 10001 1001000

Color Harmonies of #C4BEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BEAB

Black with #C4BEAB

Text Example


Text Example

White with #C4BEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BEAB; }

 p { color: rgb(196,190,171); }

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

background-color css

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

 a { background-color: rgb(196,190,171); }

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

border-color css

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

 span { border-color: rgb(196,190,171); }

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