Html Css Color HEX #C3BEAB Grey Nickel

📋 copy color: '#C3BEAB'

red 195 ◦ green 190 ◦ blue 171

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

Shades of Grey Nickel #C3BEAB

Tints of Grey Nickel #C3BEAB

RGB

 RED value IS 195 (76.56% from 255) = 35.07%

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

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

R = 35.07%
G = 34.17%
B = 30.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C3BEAB (or 0xC3BEAB) is known color: Grey Nickel. HEX triplet: C3, BE and AB. RGB value is (195,190,171). Sum of RGB (Red+Green+Blue) = 195+190+171=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BEAB is #3C4154. Grayscale: #BDBDBD. Windows color (decimal): -3948885 or 11255491. OLE color: 11255491.

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

Color convert

RGB 195 190 171 -
CMYK 0 0.03 0.12 0.24
HSL 47.5º 0.17% 0.72% -
HSV(B) 47.5º 0.12% 0.76% -
XYZ 48.27 51.37 45.9 -
YUV 189.33 117.66 132.04 -
System Red Green Blue C M Y K H S L
Decimal 195 190 171 0 0.03 0.12 0.24 47.5 0.17 0.72
Hex C3 BE AB 0 3 C 18 30 11 48
Octal 303 276 253 0 3 14 30 60 21 110
Binary 11000011 10111110 10101011 0 11 1100 11000 110000 10001 1001000

Color Harmonies of #C3BEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BEAB

Black with #C3BEAB

Text Example


Text Example

White with #C3BEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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