#cfbebc

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

Shades of Alto #CFBEBC

Tints of Alto #CFBEBC

Color information

#CFBEBC (or 0xCFBEBC) is unknown color: approx Alto. HEX triplet: CF, BE and BC. RGB value is (207,190,188). Sum of RGB (Red+Green+Blue) = 207+190+188=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBEBC is #304143. Grayscale: #C2C2C2. Windows color (decimal): -3162436 or 12369615. OLE color: 12369615.

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

Color convert

RGB207190188-
CMYK00.080.090.19
HSL6.32º16.52%77.45%-
HSV(B)6.32º9.18%81.18%-
XYZ53.2253.7255.14-
YUV194.86124.13136.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.38%
GREEN value IS 190 (74.61% from 255) = 32.48%
BLUE value IS 188 (73.83% from 255) = 32.14%
R=35.38%
G=32.48%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719018800.080.090.196.3216.5277.45
HexCFBEBC089136114d
Octal3172762740101123621115
Binary11001111101111101011110001000100110011110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfbebc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfbebc; }

 p { color: rgb(207,190,188); }

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

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

 a { background-color: rgb(207,190,188); }

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

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

 span { border-color: rgb(207,190,188); }

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