Html Css Color HEX #C7BFBE Alto

📋 copy color: '#C7BFBE'

red 199 ◦ green 191 ◦ blue 190

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

Shades of Alto #C7BFBE

Tints of Alto #C7BFBE

RGB

 RED value IS 199 (78.13% from 255) = 34.31%

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

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

R = 34.31%
G = 32.93%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C7BFBE (or 0xC7BFBE) is known color: Alto. HEX triplet: C7, BF and BE. RGB value is (199,191,190). Sum of RGB (Red+Green+Blue) = 199+191+190=580 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.31% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFBE is #384041. Grayscale: #C1C1C1. Windows color (decimal): -3686466 or 12500935. OLE color: 12500935.

HSL color Cylindrical-coordinate representation of color #C7BFBE: hue angle of 6.67º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C7BFBE is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 191 190 -
CMYK 0 0.04 0.05 0.22
HSL 6.67º 0.07% 0.76% -
HSV(B) 6.67º 0.05% 0.78% -
XYZ 51.48 53.12 56.26 -
YUV 193.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 199 191 190 0 0.04 0.05 0.22 6.67 0.07 0.76
Hex C7 BF BE 0 4 5 16 7 7 4C
Octal 307 277 276 0 4 5 26 7 7 114
Binary 11000111 10111111 10111110 0 100 101 10110 111 111 1001100

Color Harmonies of #C7BFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BFBE

Black with #C7BFBE

Text Example


Text Example

White with #C7BFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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