Html Css Color HEX #C5BFBE Alto

📋 copy color: '#C5BFBE'

red 197 ◦ green 191 ◦ blue 190

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

Shades of Alto #C5BFBE

Tints of Alto #C5BFBE

RGB

 RED value IS 197 (77.34% from 255) = 34.08%

 GREEN value IS 191 (75% from 255) = 33.04%

 BLUE value IS 190 (74.61% from 255) = 32.87%

R = 34.08%
G = 33.04%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C5BFBE (or 0xC5BFBE) is known color: Alto. HEX triplet: C5, BF and BE. RGB value is (197,191,190). Sum of RGB (Red+Green+Blue) = 197+191+190=578 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.08% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFBE is #3A4041. Grayscale: #C0C0C0. Windows color (decimal): -3817538 or 12500933. OLE color: 12500933.

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

Color convert

RGB 197 191 190 -
CMYK 0 0.03 0.04 0.23
HSL 8.57º 0.06% 0.76% -
HSV(B) 8.57º 0.04% 0.77% -
XYZ 50.95 52.85 56.23 -
YUV 192.68 126.49 131.08 -
System Red Green Blue C M Y K H S L
Decimal 197 191 190 0 0.03 0.04 0.23 8.57 0.06 0.76
Hex C5 BF BE 0 3 4 17 9 6 4C
Octal 305 277 276 0 3 4 27 11 6 114
Binary 11000101 10111111 10111110 0 11 100 10111 1001 110 1001100

Color Harmonies of #C5BFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BFBE

Black with #C5BFBE

Text Example


Text Example

White with #C5BFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BFBE; }

 p { color: rgb(197,191,190); }

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

background-color css

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

 a { background-color: rgb(197,191,190); }

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

border-color css

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

 span { border-color: rgb(197,191,190); }

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