#CEBFBE

Color #CEBFBE Alto (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alto #CEBFBE

Tints of Alto #CEBFBE

Color information

#CEBFBE (or 0xCEBFBE) is unknown color: approx Alto. HEX triplet: CE, BF and BE. RGB value is (206,191,190). Sum of RGB (Red+Green+Blue) = 206+191+190=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBFBE is #314041. Grayscale: #C3C3C3. Windows color (decimal): -3227714 or 12500942. OLE color: 12500942.

HSL color Cylindrical-coordinate representation of color #CEBFBE: hue angle of 3.75º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEBFBE is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB206191190-
CMYK00.070.080.19
HSL3.75º14.04%77.65%-
HSV(B)3.75º7.77%80.78%-
XYZ53.3854.156.34-
YUV195.37124.97135.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.09%
GREEN value IS 191 (75% from 255) = 32.54%
BLUE value IS 190 (74.61% from 255) = 32.37%
R=35.09%
G=32.54%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619119000.070.080.193.7514.0477.65
HexCEBFBE078134e4e
Octal316277276071023416116
Binary110011101011111110111110011110001001110011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBFBE; }

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

 H1.HeaderClassName
 {
   color: #CEBFBE;
 }
 .AnyTagClassName
 {
   color: #CEBFBE;
 }
</style>
background-color css

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

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

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

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

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

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